Searched defs:CARD_IO_ERROR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java33 /* CARD_IO_ERROR means for three consecutive times there was SIM IO error */
34 static public final String INTENT_VALUE_ICC_CARD_IO_ERROR = "CARD_IO_ERROR";
79 CARD_IO_ERROR, /** ordinal(8) == {@See TelephonyManager#SIM_STATE_CARD_IO_ERROR} */ enum constant in enum:IccCardConstants.State
89 || (this == PERM_DISABLED) || (this == CARD_IO_ERROR)
103 case 8: return CARD_IO_ERROR;

Completed in 61 milliseconds