Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_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 = "NETWORK"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java647 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_LOCKED_NETWORK; in getIccStateReason()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java900 } else if (IccCardConstants.INTENT_VALUE_LOCKED_NETWORK.equals(stateExtra)) { in fromIntent()