Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_NOT_READY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java32 public static final String INTENT_VALUE_ICC_NOT_READY = Intent.SIM_STATE_NOT_READY; field in IccCardConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java239 IccCardConstants.INTENT_VALUE_ICC_NOT_READY, null, FAKE_SUB_ID_1); in testSimNotReady()
247 eq(IccCardConstants.INTENT_VALUE_ICC_NOT_READY)); in testSimNotReady()
259 IccCardConstants.INTENT_VALUE_ICC_NOT_READY, null, FAKE_SUB_ID_1); in testSimNotReadyEmptyProfile()
272 eq(IccCardConstants.INTENT_VALUE_ICC_NOT_READY)); in testSimNotReadyEmptyProfile()
286 IccCardConstants.INTENT_VALUE_ICC_NOT_READY, null, FAKE_SUB_ID_1); in testSimNotReadyDisabledUiccApps()
299 eq(IccCardConstants.INTENT_VALUE_ICC_NOT_READY)); in testSimNotReadyDisabledUiccApps()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java229 case IccCardConstants.INTENT_VALUE_ICC_NOT_READY: return EVENT_SIM_NOT_READY; in internalIccStateToMessage()
468 broadcastSimStateChanged(phoneId, IccCardConstants.INTENT_VALUE_ICC_NOT_READY, in handleSimNotReady()
473 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_NOT_READY); in handleSimNotReady()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java249 , IccCardConstants.INTENT_VALUE_ICC_NOT_READY); in testTelephonyCapable_BootInitState_SimState_NotReady()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java637 case NOT_READY: return IccCardConstants.INTENT_VALUE_ICC_NOT_READY; in getIccStateIntentString()