Searched refs:INTENT_VALUE_ICC_LOCKED (Results 1 – 7 of 7) sorted by relevance
337 IccCardConstants.INTENT_VALUE_ICC_LOCKED); in testSimLockedWithOutIccId()355 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockedWithOutIccId()372 IccCardConstants.INTENT_VALUE_ICC_LOCKED); in testSimLockWIthIccId()388 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockWIthIccId()
36 public static final String INTENT_VALUE_ICC_LOCKED = "LOCKED"; field in IccCardConstants
227 if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(simStatus)) {299 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, in handleMessage()302 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleMessage()375 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()376 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, reason); in handleSimLocked()
519 … if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(getIccStateIntentString(mExternalState))) { in setExternalState()580 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()581 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()582 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()585 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
106 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
222 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
788 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in fromIntent()