Searched refs:PIN_REQUIRED (Results 1 – 4 of 4) 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()
657 lockedState = IccCardConstants.State.PIN_REQUIRED; in updateExternalState()681 if (lockedState == IccCardConstants.State.PIN_REQUIRED) { in updateExternalState()856 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
733 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()900 case PIN_REQUIRED: in broadcastSimStateEvents()
433 doReturn(IccCardConstants.State.PIN_REQUIRED).when(mIccCard).getState(); in testCarrierConfigSentLocked()