Searched refs:mServiceStates (Results 1 – 4 of 4) sorted by relevance
176 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 …]
119 private CellularServiceState[] mServiceStates; field in PersistAtomsStorageTest358 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()
268 HashMap<Integer, ServiceState> mServiceStates = new HashMap<Integer, ServiceState>(); field in KeyguardUpdateMonitor2874 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()
328 ServiceState ss = mKeyguardUpdateMonitor.mServiceStates.get(subId); in updateCarrierText()