Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java77 CARD_IO_ERROR; /** ordinal(8) == {@See TelephonyManager#SIM_STATE_CARD_IO_ERROR} */ enumConstant
86 || (this == PERM_DISABLED) || (this == CARD_IO_ERROR)); in iccCardExist()
99 case 8: return CARD_IO_ERROR; in intToState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java402 setExternalState(State.CARD_IO_ERROR); in updateExternalState()
602 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()
617 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java196 mSimState = IccCardConstants.State.CARD_IO_ERROR; in updateSimState()