Searched refs:getCurrentCountry (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | LocaleTrackerTest.java | 140 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 …]
|
D | ServiceStateTrackerTest.java | 2567 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/ |
D | LocaleTracker.java | 279 public String getCurrentCountry() { in getCurrentCountry() method in LocaleTracker
|
D | GsmCdmaCallTracker.java | 1846 countryIso = lt.getCurrentCountry(); in getNetworkCountryIso()
|
D | ServiceStateTracker.java | 2857 String currentCountry = mLocaleTracker.getCurrentCountry(); in shouldForceDisplayNoService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTracker.java | 348 return lt.getCurrentCountry(); in getInitialCountryIso()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 4845 countryIso = lt.getCurrentCountry(); in getNetworkCountryIso()
|