Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java91 CARD_IO_ERROR, /** ordinal(8) == {@See TelephonyManager#SIM_STATE_CARD_IO_ERROR} */ enumConstant
102 || (this == PERM_DISABLED) || (this == CARD_IO_ERROR) in iccCardExist()
116 case 8: return CARD_IO_ERROR; in intToState()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextControllerTest.java165 IccCardConstants.State.CARD_IO_ERROR); in testCardIOError()
169 IccCardConstants.State.CARD_IO_ERROR); in testCardIOError()
198 IccCardConstants.State.CARD_IO_ERROR); in testWrongSlots()
201 IccCardConstants.State.CARD_IO_ERROR); in testWrongSlots()
218 IccCardConstants.State.CARD_IO_ERROR); in testMoreSlotsThanSubs()
221 IccCardConstants.State.CARD_IO_ERROR); in testMoreSlotsThanSubs()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java187 IccCardConstants.State.CARD_IO_ERROR, carrier); in updateCarrierTextWithSimIoError()
514 case CARD_IO_ERROR: in getStatusForIccState()
DKeyguardUpdateMonitor.java1311 state = IccCardConstants.State.CARD_IO_ERROR; in fromIntent()
2146 } else if (state == State.CARD_IO_ERROR) { in handleSimStateChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java506 assertEquals(State.CARD_IO_ERROR, mUiccProfile.getState()); in testUpdateExternalState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java518 setExternalState(IccCardConstants.State.CARD_IO_ERROR); in updateExternalState()
748 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
DUiccController.java639 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java290 mSimState = IccCardConstants.State.CARD_IO_ERROR; in updateSimState()
/frameworks/base/api/
Dsystem-current.txt1621 field @Deprecated public static final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR";
/frameworks/base/non-updatable-api/
Dsystem-current.txt1621 field @Deprecated public static final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR";