Home
last modified time | relevance | path

Searched refs:getCurrentCountry (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DLocaleTrackerTest.java140 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testUpdateOperatorNumericSync()
148 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testNoSim()
155 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testNoSim()
165 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testBootupInAirplaneModeOn()
175 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOn()
183 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOn()
192 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOn()
204 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOff()
211 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOff()
220 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testToggleAirplaneModeOosPlmn()
[all …]
DServiceStateTrackerTest.java2567 doReturn("us").when(mLocaleTracker).getCurrentCountry(); in testShouldForceDisplayNoService_forceBasedOnLocale()
2577 doReturn("us").when(mLocaleTracker).getCurrentCountry(); in testShouldForceDisplayNoService_forceBasedOnLocale()
2581 doReturn("de").when(mLocaleTracker).getCurrentCountry(); in testShouldForceDisplayNoService_forceBasedOnLocale()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java279 public String getCurrentCountry() { in getCurrentCountry() method in LocaleTracker
DGsmCdmaCallTracker.java1846 countryIso = lt.getCurrentCountry(); in getNetworkCountryIso()
DServiceStateTracker.java2857 String currentCountry = mLocaleTracker.getCurrentCountry(); in shouldForceDisplayNoService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java348 return lt.getCurrentCountry(); in getInitialCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4845 countryIso = lt.getCurrentCountry(); in getNetworkCountryIso()