Searched refs:INTENT_VALUE_LOCKED_ON_PUK (Results 1 – 5 of 5) 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()
207 else if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) { in updateSimState()
614 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK; in getIccStateReason()
698 } else if (IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) { in fromIntent()