Home
last modified time | relevance | path

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

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