Home
last modified time | relevance | path

Searched refs:CARD_IO_ERROR (Results 1 – 4 of 4) 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java505 assertEquals(State.CARD_IO_ERROR, mUiccProfile.getState()); in testUpdateExternalState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java512 setExternalState(IccCardConstants.State.CARD_IO_ERROR); in updateExternalState()
742 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
DUiccController.java635 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()