Home
last modified time | relevance | path

Searched refs:countryIsoCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNitzStateMachineTest.java441 Script countryReceived(String countryIsoCode) { in countryReceived() argument
442 mDevice.networkCountryKnown(countryIsoCode); in countryReceived()
539 void networkCountryKnown(String countryIsoCode) { in networkCountryKnown() argument
540 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(countryIsoCode); in networkCountryKnown()
641 String zoneId, String countryIsoCode) { in Scenario() argument
646 mNetworkCountryIsoCode = countryIsoCode; in Scenario()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2962 String countryIsoCode = mLocaleTracker.getCurrentCountry(); in pollStateDone() local
2967 networkCountryIsoChanged(countryIsoCode, prevCountryIsoCode); in pollStateDone()
2979 + " countryIsoCode=" + countryIsoCode in pollStateDone()