Home
last modified time | relevance | path

Searched refs:SIM_STATE_READY (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextControllerTest.java183 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 …]
DKeyguardUpdateMonitorTest.java364 , Intent.SIM_STATE_READY); in testTelephonyCapable_BootInitState_SimState_Ready()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java49 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()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java44 public static final String INTENT_VALUE_ICC_READY = Intent.SIM_STATE_READY;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java196 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 …]
DClientModeImplTest.java1066 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()
DWifiConfigManagerTest.java4340 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java23 import static android.telephony.TelephonyManager.SIM_STATE_READY;
240 && getTelephonyManager().getSimState() == SIM_STATE_READY; in isMobileDataSupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DEmergencyCryptkeeperText.java89 || (simState == TelephonyManager.SIM_STATE_READY) in iccCardExist()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameView.java143 if (!TextUtils.isEmpty(carrierName) && simState == TelephonyManager.SIM_STATE_READY) { in updateText()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java488 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java319 if (simState == TelephonyManager.SIM_STATE_READY) { in updateCarrierText()
537 case TelephonyManager.SIM_STATE_READY: in getStatusForIccState()
DKeyguardSimPinView.java68 case TelephonyManager.SIM_STATE_READY: {
DKeyguardSimPukView.java73 case TelephonyManager.SIM_STATE_READY: {
DKeyguardUpdateMonitor.java1358 } 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()
/frameworks/base/core/proto/android/telephony/
Denums.proto140 SIM_STATE_READY = 5; enumerator
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java1207 if (cardState != TelephonyManager.SIM_STATE_READY) { in isSuppServicesOverUtEnabledByPlatform()
1320 if (tm.getSimState() != TelephonyManager.SIM_STATE_READY) { in updateImsServiceConfig()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3269 SIM_STATE_READY,
3301 public static final int SIM_STATE_READY = TelephonyProtoEnums.SIM_STATE_READY; // 5 field in TelephonyManager
3487 simState = SIM_STATE_READY; in getSimState()
3637 case SIM_STATE_READY: in getSimApplicationStateFromSimState()
3690 simState = SIM_STATE_READY; in getSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java1212 case TelephonyManager.SIM_STATE_READY: in simStateString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java529 case TelephonyManager.SIM_STATE_READY:
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java1661 TelephonyManager.SIM_STATE_READY); in setupResolver()
/frameworks/base/core/java/android/content/
DIntent.java4159 public static final String SIM_STATE_READY = "READY"; field in Intent
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28737 field public static final int SIM_STATE_READY = 5; // 0x5
/frameworks/base/api/
Dcurrent.txt48319 field public static final int SIM_STATE_READY = 5; // 0x5