Home
last modified time | relevance | path

Searched refs:NETWORK_LOCKED (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java83 NETWORK_LOCKED, /** ordinal(4) == {@See TelephonyManager#SIM_STATE_NETWORK_LOCKED} */ enumConstant
101 || (this == NETWORK_LOCKED) || (this == READY) || (this == NOT_READY) in iccCardExist()
112 case 4: return NETWORK_LOCKED; in intToState()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java617 lockedState = IccCardConstants.State.NETWORK_LOCKED; in updateExternalState()
809 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_LOCKED_NETWORK; in getIccStateReason()
842 if (getState() == IccCardConstants.State.NETWORK_LOCKED) { in registerForNetworkLocked()
H A DUiccController.java643 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
/aosp12/system/libsysprop/srcs/android/sysprop/
H A DTelephonyProperties.sysprop160 # "UNKNOWN|ABSENT|PIN_REQUIRED|PUK_REQUIRED|NETWORK_LOCKED|READY"