Searched refs:SIM_LOCKED_ON_PUK (Results 1 – 4 of 4) sorted by relevance
54 public static final String INTENT_VALUE_LOCKED_ON_PUK = Intent.SIM_LOCKED_ON_PUK;
129 } else if (Intent.SIM_LOCKED_ON_PUK.equals(lockedReason)) { in updateSimState()
1365 } else if (Intent.SIM_LOCKED_ON_PUK.equals(lockedReason)) { in fromIntent()
4202 public static final String SIM_LOCKED_ON_PUK = "PUK"; field in Intent