Searched refs:INTENT_VALUE_ICC_LOCKED (Results 1 – 4 of 4) sorted by relevance
42 public static final String INTENT_VALUE_ICC_LOCKED = Intent.SIM_STATE_LOCKED; field in IccCardConstants
629 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()630 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()631 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()634 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
454 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1); in testSimLockedWithOutIccId()467 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockedWithOutIccId()542 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1); in testSimLockWithIccId()555 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockWithIccId()
209 case IccCardConstants.INTENT_VALUE_ICC_LOCKED: return EVENT_SIM_LOCKED; in internalIccStateToMessage()388 broadcastSimStateChanged(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, reason); in handleSimLocked()391 updateSubscriptionCarrierId(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()392 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()