Searched refs:INTENT_VALUE_ICC_CARD_IO_ERROR (Results 1 – 6 of 6) sorted by relevance
36 static public final String INTENT_VALUE_ICC_CARD_IO_ERROR = "CARD_IO_ERROR"; field in IccCardConstants
184 case IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR: return EVENT_SIM_IO_ERROR; in internalIccStateToMessage()498 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in handleSimError()499 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR, in handleSimError()500 IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in handleSimError()
206 IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR, null, FAKE_SUB_ID_1); in testSimError()213 eq(IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR)); in testSimError()
641 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()658 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
346 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR.equals(stateExtra)) { in updateSimState()
956 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR.equals(stateExtra)) { in fromIntent()