Searched refs:INTENT_VALUE_ICC_CARD_RESTRICTED (Results 1 – 4 of 4) sorted by relevance
38 static public final String INTENT_VALUE_ICC_CARD_RESTRICTED = "CARD_RESTRICTED"; field in IccCardConstants
185 case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: return EVENT_SIM_RESTRICTED; in internalIccStateToMessage()250 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()252 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED, in handleMessage()253 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
642 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()659 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()
348 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED.equals(stateExtra)) { in updateSimState()