Home
last modified time | relevance | path

Searched refs:SIM_LOCKED_NETWORK (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java56 public static final String INTENT_VALUE_LOCKED_NETWORK = Intent.SIM_LOCKED_NETWORK;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1934 } else if (Intent.SIM_LOCKED_NETWORK.equals(stateExtra)) { in fromIntent()
/frameworks/base/core/java/android/content/
DIntent.java4615 public static final String SIM_LOCKED_NETWORK = "NETWORK"; field in Intent