Home
last modified time | relevance | path

Searched refs:NOT_READY (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java87 NOT_READY, /** ordinal(6) == {@See TelephonyManager#SIM_STATE_NOT_READY} */ enumConstant
101 || (this == NETWORK_LOCKED) || (this == READY) || (this == NOT_READY) in iccCardExist()
114 case 6: return NOT_READY; in intToState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java230 assertEquals(mUiccProfile.getState(), State.NOT_READY); in testInitialCardState()
260 assertEquals(mUiccProfile.getState(), State.NOT_READY); in testUpdateUiccProfileApplicationNotReady()
417 assertEquals(State.NOT_READY, mUiccProfile.getState()); in testUpdateUiccProfileApplicationNoApplication()
441 assertEquals(State.NOT_READY, mUiccProfile.getState()); in testUpdateUiccProfileApplicationNoSupportApplication()
482 assertEquals(State.NOT_READY, mUiccProfile.getState()); in testUpdateUiccProfileApplicationCdmaSupported()
516 assertEquals(State.NOT_READY, mUiccProfile.getState()); in testUpdateExternalState()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextControllerTest.java411 .thenReturn(IccCardConstants.State.NOT_READY); in testCarrierText_oneDisabledSub()
435 .thenReturn(IccCardConstants.State.NOT_READY) in testCarrierText_firstDisabledSub()
462 .thenReturn(IccCardConstants.State.NOT_READY) in testCarrierText_threeSubsMiddleDisabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java538 setExternalState(IccCardConstants.State.NOT_READY); in updateExternalState()
584 setExternalState(IccCardConstants.State.NOT_READY); in updateExternalState()
605 setExternalState(IccCardConstants.State.NOT_READY); in updateExternalState()
611 setExternalState(IccCardConstants.State.NOT_READY); in updateExternalState()
632 setExternalState(IccCardConstants.State.NOT_READY); in updateExternalState()
DUiccController.java637 case NOT_READY: return IccCardConstants.INTENT_VALUE_ICC_NOT_READY; in getIccStateIntentString()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java502 case NOT_READY: in getStatusForIccState()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp213 case ProgramListResult::NOT_READY: in __ThrowIfFailed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java454 case NOT_READY:
/frameworks/base/api/
Dsystem-current.txt1626 field @Deprecated public static final String SIM_STATE_NOT_READY = "NOT_READY";
/frameworks/base/non-updatable-api/
Dsystem-current.txt1626 field @Deprecated public static final String SIM_STATE_NOT_READY = "NOT_READY";