Searched refs:SIM_LOCKED_NETWORK (Results 1 – 4 of 4) sorted by relevance
56 public static final String INTENT_VALUE_LOCKED_NETWORK = Intent.SIM_LOCKED_NETWORK;
731 intent.putExtra(Intent.EXTRA_SIM_LOCKED_REASON, Intent.SIM_LOCKED_NETWORK); in testHandleSimStateChange_Locked()
1962 } else if (Intent.SIM_LOCKED_NETWORK.equals(lockedReason)) { in fromIntent()
4819 public static final String SIM_LOCKED_NETWORK = "NETWORK"; field in Intent