Searched refs:INTENT_VALUE_LOCKED_ON_PIN (Results 1 – 5 of 5) sorted by relevance
52 public static final String INTENT_VALUE_LOCKED_ON_PIN = Intent.SIM_LOCKED_ON_PIN; field in IccCardConstants
298 if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN.equals(lockedReason)) { in updateSimState()
418 case IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN: in getSimStateFromLockedReason()
744 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
1301 if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN.equals(lockedReason)) { in fromIntent()