Searched refs:INTENT_VALUE_LOCKED_ON_PUK (Results 1 – 6 of 6) sorted by relevance
52 public static final String INTENT_VALUE_LOCKED_ON_PUK = "PUK"; field in IccCardConstants
111 } else if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) { in updateSimState()
300 } else if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) { in updateSimState()
395 case IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK: in getSimStateFromLockedReason()
687 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK; in getIccStateReason()
1210 } else if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) { in fromIntent()