Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java79 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */ enumConstant
96 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)); in isPinLocked()
100 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED) in iccCardExist()
110 case 2: return PIN_REQUIRED; in intToState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java608 lockedState = IccCardConstants.State.PIN_REQUIRED; in updateExternalState()
632 if (lockedState == IccCardConstants.State.PIN_REQUIRED) { in updateExternalState()
807 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
DUiccController.java641 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()