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.java176 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testAirplaneMode()
198 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCardIOError()
294 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCreateInfo_OneValidSubscription()
319 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCreateInfo_OneValidSubscriptionWithRoaming()
344 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_noTextOnReadySimWhenNull()
370 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
373 mKeyguardUpdateMonitor.mServiceStates.put(TEST_SUBSCRIPTION_NULL.getSubscriptionId(), ss); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
426 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_twoValidSubscriptions()
451 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_oneDisabledSub()
476 mKeyguardUpdateMonitor.mServiceStates = new HashMap<>(); in testCarrierText_firstDisabledSub()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java119 private CellularServiceState[] mServiceStates; field in PersistAtomsStorageTest
358 mServiceStates = in makeTestData()
574 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_pullTimeMissing()
591 mServiceStates, mPersistAtomsStorage.getCellularServiceStates(0L)); in loadAtoms_validContents()
1293 atoms.cellularServiceState = mServiceStates; in createTestFile()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java268 HashMap<Integer, ServiceState> mServiceStates = new HashMap<Integer, ServiceState>(); field in KeyguardUpdateMonitor
2874 mServiceStates.put(subId, serviceState); in handleServiceStateChange()
3157 return mServiceStates.get(subId); in getServiceState()
3425 for (int subId : mServiceStates.keySet()) { in dump()
3426 pw.println(" " + subId + "=" + mServiceStates.get(subId)); in dump()
DCarrierTextManager.java328 ServiceState ss = mKeyguardUpdateMonitor.mServiceStates.get(subId); in updateCarrierText()