Searched refs:mServiceStates (Results 1 – 4 of 4) sorted by relevance
210 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 …]
307 HashMap<Integer, ServiceState> mServiceStates = new HashMap<>(); field in KeyguardUpdateMonitor3356 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()
384 ServiceState ss = mKeyguardUpdateMonitor.mServiceStates.get(subId); in updateCarrierText()
190 private CellularServiceState[] mServiceStates; field in PersistAtomsStorageTest564 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()