Searched refs:mLocaleTracker (Results 1 – 5 of 5) sorted by relevance
70 private LocaleTracker mLocaleTracker; field in LocaleTrackerTest81 mLocaleTracker = in setUp()107 mLocaleTracker = null; in tearDown()116 mLocaleTracker.sendMessage( in sendServiceState()117 mLocaleTracker.obtainMessage(2 /*SERVICE_STATE_CHANGED*/, ar)); in sendServiceState()123 mLocaleTracker in sendGsmCellInfo()131 mLocaleTracker.sendMessage(mLocaleTracker.obtainMessage(6 /* EVENT_OPERATOR_LOST */)); in sendOperatorLost()152 mLocaleTracker.updateOperatorNumeric(US_MCC + FAKE_MNC); in testUpdateOperatorNumericSync()154 assertEquals(COUNTRY_CODE_UNAVAILABLE, mLocaleTracker.getCurrentCountry()); in testUpdateOperatorNumericSync()162 assertEquals(US_COUNTRY_CODE, mLocaleTracker.getCurrentCountry()); in testNoSim()[all …]
2623 verify(mLocaleTracker).updateOperatorNumeric(eq(opNamesResult[2])); in changeRegStateWithIwlanOperatorNumeric()2635 Mockito.clearInvocations(mLocaleTracker); in testLocaleTrackerUpdateWithIWLANInService()2639 verify(mLocaleTracker).updateOperatorNumeric(eq(OpNamesResult[2])); in testLocaleTrackerUpdateWithIWLANInService()2645 verify(mLocaleTracker).updateOperatorNumeric(eq("00101")); in testLocaleTrackerUpdateWithIWLANInService()2650 verify(mLocaleTracker).updateOperatorNumeric(eq("")); in testLocaleTrackerUpdateWithIWLANInService()2663 Mockito.clearInvocations(mLocaleTracker); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()2670 verify(mLocaleTracker).updateOperatorNumeric(eq(OpNamesResult[2])); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()2678 verify(mLocaleTracker).updateOperatorNumeric(eq("00101")); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()2692 verify(mLocaleTracker).updateOperatorNumeric(eq("")); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()3202 doReturn("us").when(mLocaleTracker).getLastKnownCountryIso(); in testShouldForceDisplayNoService_forceBasedOnLocale()[all …]
260 protected LocaleTracker mLocaleTracker; field in TelephonyTest547 mLocaleTracker = Mockito.mock(LocaleTracker.class); in setUp()686 doReturn(mLocaleTracker).when(mTelephonyComponentFactory) in setUp()
403 doReturn(mLocaleTracker).when(mSST).getLocaleTracker(); in testUpdateEmergencyCountryIso()404 doReturn("us").when(mLocaleTracker).getLastKnownCountryIso(); in testUpdateEmergencyCountryIso()420 verify(mLocaleTracker).getLastKnownCountryIso(); in testUpdateEmergencyCountryIso()
357 private final LocaleTracker mLocaleTracker; field in ServiceStateTracker681 mLocaleTracker = TelephonyComponentFactory.getInstance() in ServiceStateTracker()3096 mLastKnownNetworkCountry = mLocaleTracker.getLastKnownCountryIso(); in shouldForceDisplayNoService()3760 mLocaleTracker.updateOperatorNumeric(""); in pollStateDone()3765 mLocaleTracker.updateOperatorNumeric(localeOperator); in pollStateDone()5305 mLocaleTracker.dump(fd, pw, args); in dump()5389 if (mLocaleTracker != null && !TextUtils.isEmpty(mLocaleTracker.getCountryOverride())) { in inSameCountry()5392 return mLocaleTracker.getCountryOverride().equals(homeCountry); in inSameCountry()5669 return mLocaleTracker; in getLocaleTracker()