Home
last modified time | relevance | path

Searched refs:updateOperatorNumeric (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DLocaleTrackerTest.java152 mLocaleTracker.updateOperatorNumeric(US_MCC + FAKE_MNC); in testUpdateOperatorNumericSync()
166 mLocaleTracker.updateOperatorNumeric(""); in testNoSim()
177 mLocaleTracker.updateOperatorNumeric(""); in testBootupInAirplaneModeOn()
190 mLocaleTracker.updateOperatorNumeric(US_MCC + FAKE_MNC); in testToggleAirplaneModeOn()
197 mLocaleTracker.updateOperatorNumeric(""); in testToggleAirplaneModeOn()
207 mLocaleTracker.updateOperatorNumeric(""); in testToggleAirplaneModeOn()
220 mLocaleTracker.updateOperatorNumeric(""); in testToggleAirplaneModeOff()
238 mLocaleTracker.updateOperatorNumeric(""); in testToggleAirplaneModeOosPlmn()
257 mLocaleTracker.updateOperatorNumeric(US_MCC + FAKE_MNC); in testToggleAirplaneModeOosPlmn()
261 mLocaleTracker.updateOperatorNumeric(""); in testToggleAirplaneModeOosPlmn()
[all …]
DServiceStateTrackerTest.java2623 verify(mLocaleTracker).updateOperatorNumeric(eq(opNamesResult[2])); in changeRegStateWithIwlanOperatorNumeric()
2639 verify(mLocaleTracker).updateOperatorNumeric(eq(OpNamesResult[2])); in testLocaleTrackerUpdateWithIWLANInService()
2645 verify(mLocaleTracker).updateOperatorNumeric(eq("00101")); in testLocaleTrackerUpdateWithIWLANInService()
2650 verify(mLocaleTracker).updateOperatorNumeric(eq("")); in testLocaleTrackerUpdateWithIWLANInService()
2670 verify(mLocaleTracker).updateOperatorNumeric(eq(OpNamesResult[2])); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()
2678 verify(mLocaleTracker).updateOperatorNumeric(eq("00101")); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()
2692 verify(mLocaleTracker).updateOperatorNumeric(eq("")); in testLocaleTrackerUpdateWithImsRegistrationTechIwlan()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java378 public void updateOperatorNumeric(String operatorNumeric) { in updateOperatorNumeric() method in LocaleTracker
DServiceStateTracker.java3760 mLocaleTracker.updateOperatorNumeric(""); in pollStateDone()
3765 mLocaleTracker.updateOperatorNumeric(localeOperator); in pollStateDone()