Searched refs:INTENT_VALUE_ICC_LOCKED (Results 1 – 7 of 7) sorted by relevance
38 public static final String INTENT_VALUE_ICC_LOCKED = "LOCKED"; field in IccCardConstants
333 IccCardConstants.INTENT_VALUE_ICC_LOCKED); in testSimLockedWithOutIccId()351 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockedWithOutIccId()422 IccCardConstants.INTENT_VALUE_ICC_LOCKED); in testSimLockWIthIccId()438 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockWIthIccId()
219 if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(simStatus)) {291 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, in handleMessage()294 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleMessage()371 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()372 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, reason); in handleSimLocked()
524 … if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(getIccStateIntentString(mExternalState))) { in setExternalState()585 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()586 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()587 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()590 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
106 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
323 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
817 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in fromIntent()