Searched refs:PIN_REQUIRED (Results 1 – 3 of 3) sorted by relevance
79 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */ enumConstant96 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()
608 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()
641 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()