Searched refs:PIN_REQUIRED (Results 1 – 9 of 9) 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()
66 monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED))) { in getSecurityMode()
152 int subId = monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED); in handleSubInfoChangeIfNeeded()
504 case PIN_REQUIRED: in getStatusForIccState()
1302 state = IccCardConstants.State.PIN_REQUIRED; in fromIntent()2528 return (state == IccCardConstants.State.PIN_REQUIRED in isSimPinSecure()
22 import static com.android.internal.telephony.IccCardConstants.State.PIN_REQUIRED;449 simWasLocked = (lastState == PIN_REQUIRED || lastState == PUK_REQUIRED);480 case PIN_REQUIRED:
556 lockedState = IccCardConstants.State.PIN_REQUIRED; in updateExternalState()744 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
633 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
299 mSimState = IccCardConstants.State.PIN_REQUIRED; in updateSimState()