Searched refs:INTENT_VALUE_LOCKED_ON_PIN (Results 1 – 6 of 6) sorted by relevance
50 public static final String INTENT_VALUE_LOCKED_ON_PIN = "PIN"; field in IccCardConstants
109 if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN.equals(lockedReason)) { in updateSimState()
298 if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN.equals(lockedReason)) { in updateSimState()
393 case IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN: in getSimStateFromLockedReason()
686 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
1208 if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN.equals(lockedReason)) { in fromIntent()