Searched refs:SIM_STATE_READY (Results 1 – 25 of 25) sorted by relevance
183 when(mKeyguardUpdateMonitor.getSimState(0)).thenReturn(TelephonyManager.SIM_STATE_READY); in testAirplaneMode()203 when(mKeyguardUpdateMonitor.getSimState(0)).thenReturn(TelephonyManager.SIM_STATE_READY); in testCardIOError()242 mCarrierTextController.mCallback.onSimStateChanged(0, 3, TelephonyManager.SIM_STATE_READY); in testWrongSlots()299 TelephonyManager.SIM_STATE_READY); in testCreateInfo_OneValidSubscription()324 TelephonyManager.SIM_STATE_READY); in testCreateInfo_OneValidSubscriptionWithRoaming()349 TelephonyManager.SIM_STATE_READY); in testCarrierText_noTextOnReadySimWhenNull()374 TelephonyManager.SIM_STATE_READY); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()431 TelephonyManager.SIM_STATE_READY); in testCarrierText_twoValidSubscriptions()455 .thenReturn(TelephonyManager.SIM_STATE_READY) in testCarrierText_oneDisabledSub()481 .thenReturn(TelephonyManager.SIM_STATE_READY); in testCarrierText_firstDisabledSub()[all …]
364 , Intent.SIM_STATE_READY); in testTelephonyCapable_BootInitState_SimState_Ready()
49 private int mSimState = TelephonyManager.SIM_STATE_READY;94 boolean simReadyOrUnknown = mSimState == TelephonyManager.SIM_STATE_READY in notePhoneDataConnectionState()122 } else if (Intent.SIM_STATE_READY.equals(stateExtra)) { in updateSimState()123 mSimState = TelephonyManager.SIM_STATE_READY; in updateSimState()
44 public static final String INTENT_VALUE_ICC_READY = Intent.SIM_STATE_READY;
196 when(mTelephonyManager.getSimState(anyInt())).thenReturn(TelephonyManager.SIM_STATE_READY); in setUp()219 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in setUp()220 when(mNonDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in setUp()419 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapSim()443 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapAka()467 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapAkaPrime()508 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getEncryptedIdentity_WithRfc4648()543 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getEncryptedIdentityFailed()568 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentity2DigitMnc()599 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityNonTelephonyConfig()[all …]
1066 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in setupEapSimConnection()1139 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()1194 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()1247 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()4157 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testSupRequestIdentity_setsIdentityResponse()
4340 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testResetSimNetworks()4396 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()4455 when(mDataTelephonyManager.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in testLoadFromStoreResetsSimIdentity()
23 import static android.telephony.TelephonyManager.SIM_STATE_READY;240 && getTelephonyManager().getSimState() == SIM_STATE_READY; in isMobileDataSupported()
89 || (simState == TelephonyManager.SIM_STATE_READY) in iccCardExist()
143 if (!TextUtils.isEmpty(carrierName) && simState == TelephonyManager.SIM_STATE_READY) { in updateText()
488 return mTelephonyManager.getSimState(simSlotIndex) == TelephonyManager.SIM_STATE_READY; in isSimStateReady()508 if (specifiedTm.getSimState() == TelephonyManager.SIM_STATE_READY) { in getSimIdentity()552 if (specifiedTm.getSimState() != TelephonyManager.SIM_STATE_READY) { in getAnonymousIdentityWith3GppRealm()1110 if (specifiedTm.getSimState() != TelephonyManager.SIM_STATE_READY) { in getCarrierType()1141 if (specifiedTm.getSimState() != TelephonyManager.SIM_STATE_READY) { in decoratePseudonymWith3GppRealm()
319 if (simState == TelephonyManager.SIM_STATE_READY) { in updateCarrierText()537 case TelephonyManager.SIM_STATE_READY: in getStatusForIccState()
68 case TelephonyManager.SIM_STATE_READY: {
73 case TelephonyManager.SIM_STATE_READY: {
1358 } else if (Intent.SIM_STATE_READY.equals(stateExtra)) { in fromIntent()1359 state = TelephonyManager.SIM_STATE_READY; in fromIntent()1378 state = TelephonyManager.SIM_STATE_READY; in fromIntent()2667 handleSimStateChange(subId, getSlotId(subId), TelephonyManager.SIM_STATE_READY); in reportSimUnlocked()
140 SIM_STATE_READY = 5; enumerator
1207 if (cardState != TelephonyManager.SIM_STATE_READY) { in isSuppServicesOverUtEnabledByPlatform()1320 if (tm.getSimState() != TelephonyManager.SIM_STATE_READY) { in updateImsServiceConfig()
3269 SIM_STATE_READY,3301 public static final int SIM_STATE_READY = TelephonyProtoEnums.SIM_STATE_READY; // 5 field in TelephonyManager3487 simState = SIM_STATE_READY; in getSimState()3637 case SIM_STATE_READY: in getSimApplicationStateFromSimState()3690 simState = SIM_STATE_READY; in getSimState()
1212 case TelephonyManager.SIM_STATE_READY: in simStateString()
529 case TelephonyManager.SIM_STATE_READY:
1661 TelephonyManager.SIM_STATE_READY); in setupResolver()
4159 public static final String SIM_STATE_READY = "READY"; field in Intent
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
28737 field public static final int SIM_STATE_READY = 5; // 0x5
48319 field public static final int SIM_STATE_READY = 5; // 0x5