Searched refs:CARD_IO_ERROR (Results 1 – 10 of 10) sorted by relevance
91 CARD_IO_ERROR, /** ordinal(8) == {@See TelephonyManager#SIM_STATE_CARD_IO_ERROR} */ enumConstant102 || (this == PERM_DISABLED) || (this == CARD_IO_ERROR) in iccCardExist()116 case 8: return CARD_IO_ERROR; in intToState()
165 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()
187 IccCardConstants.State.CARD_IO_ERROR, carrier); in updateCarrierTextWithSimIoError()514 case CARD_IO_ERROR: in getStatusForIccState()
1311 state = IccCardConstants.State.CARD_IO_ERROR; in fromIntent()2146 } else if (state == State.CARD_IO_ERROR) { in handleSimStateChange()
506 assertEquals(State.CARD_IO_ERROR, mUiccProfile.getState()); in testUpdateExternalState()
518 setExternalState(IccCardConstants.State.CARD_IO_ERROR); in updateExternalState()748 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
639 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()
290 mSimState = IccCardConstants.State.CARD_IO_ERROR; in updateSimState()
1621 field @Deprecated public static final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR";