Searched refs:SIM_LOCKED_ON_PUK (Results 1 – 5 of 5) sorted by relevance
54 public static final String INTENT_VALUE_LOCKED_ON_PUK = Intent.SIM_LOCKED_ON_PUK;
124 } else if (Intent.SIM_LOCKED_ON_PUK.equals(lockedReason)) { in updateSimState()
723 intent.putExtra(Intent.EXTRA_SIM_LOCKED_REASON, Intent.SIM_LOCKED_ON_PUK); in testHandleSimStateChange_Locked()
1960 } else if (Intent.SIM_LOCKED_ON_PUK.equals(lockedReason)) { in fromIntent()
4811 public static final String SIM_LOCKED_ON_PUK = "PUK"; field in Intent