Searched refs:INTENT_VALUE_ICC_LOCKED (Results 1 – 7 of 7) sorted by relevance
40 public static final String INTENT_VALUE_ICC_LOCKED = "LOCKED"; field in IccCardConstants
335 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1); in testSimLockedWithOutIccId()351 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockedWithOutIccId()423 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1); in testSimLockWithIccId()436 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockWithIccId()
106 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
187 case IccCardConstants.INTENT_VALUE_ICC_LOCKED: return EVENT_SIM_LOCKED; in internalIccStateToMessage()329 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()330 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, reason); in handleSimLocked()
635 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()636 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()637 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()640 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
352 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
944 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in fromIntent()