Searched refs:INTENT_VALUE_ICC_CARD_IO_ERROR (Results 1 – 5 of 5) sorted by relevance
34 static public final String INTENT_VALUE_ICC_CARD_IO_ERROR = "CARD_IO_ERROR"; field in IccCardConstants
185 IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in testSimError()194 eq(IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR)); in testSimError()
211 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR.equals(simStatus)) {507 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in handleSimError()
591 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateIntentString()607 case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; in getIccStateReason()
317 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR.equals(stateExtra)) { in updateSimState()