Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java210 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testAirplaneMode()
258 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
275 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCardIOError()
371 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCreateInfo_OneValidSubscription()
396 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCreateInfo_OneValidSubscriptionWithRoaming()
421 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_noTextOnReadySimWhenNull()
459 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
462 mKeyguardUpdateMonitor.mServiceStates.put(TEST_SUBSCRIPTION_NULL.getSubscriptionId(), ss); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
486 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in carrierText_satelliteTextNull_isSatelliteFalse_textNotUsed()
511 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in carrierText_hasSatelliteText_isSatelliteTrue_textUsed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java307 HashMap<Integer, ServiceState> mServiceStates = new HashMap<>(); field in KeyguardUpdateMonitor
3356 mServiceStates.put(subId, serviceState); in handleServiceStateChange()
3659 return mServiceStates.get(subId); in getServiceState()
3995 for (int subId : mServiceStates.keySet()) { in dump()
3996 pw.println(" " + subId + "=" + mServiceStates.get(subId)); in dump()
DCarrierTextManager.java384 ServiceState ss = mKeyguardUpdateMonitor.mServiceStates.get(subId); in updateCarrierText()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java190 private CellularServiceState[] mServiceStates; field in PersistAtomsStorageTest
564 mServiceStates = in makeTestData()
1575 mServiceStates = null; in tearDown()
1745 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_pullTimeMissing()
1762 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_validContents()
5392 atoms.cellularServiceState = mServiceStates; in createTestFile()