Searched refs:SIM_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;
122 if (Intent.SIM_LOCKED_ON_PIN.equals(lockedReason)) { in updateSimState()
715 intent.putExtra(Intent.EXTRA_SIM_LOCKED_REASON, Intent.SIM_LOCKED_ON_PIN); in testHandleSimStateChange_Locked()
1958 if (Intent.SIM_LOCKED_ON_PIN.equals(lockedReason)) { in fromIntent()
4802 public static final String SIM_LOCKED_ON_PIN = "PIN"; field in Intent