Searched refs:PUK_REQUIRED (Results 1 – 11 of 11) sorted by relevance
72 PUK_REQUIRED, /** ordinal(3) == {@See TelephonyManager#SIM_STATE_PUK_REQUIRED} */ enumConstant82 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)); in isPinLocked()86 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED) in iccCardExist()97 case 3: return PUK_REQUIRED; in intToState()
61 monitor.getNextSubIdForState(IccCardConstants.State.PUK_REQUIRED))) { in getSecurityMode()
206 int subId = monitor.getNextSubIdForState(IccCardConstants.State.PUK_REQUIRED); in handleSubInfoChangeIfNeeded()
563 case PUK_REQUIRED: in getStatusForIccState()
1211 state = IccCardConstants.State.PUK_REQUIRED; in fromIntent()2369 || state == IccCardConstants.State.PUK_REQUIRED in isSimPinSecure()
112 mSimState = IccCardConstants.State.PUK_REQUIRED; in updateSimState()
23 import static com.android.internal.telephony.IccCardConstants.State.PUK_REQUIRED;442 simWasLocked = (lastState == PIN_REQUIRED || lastState == PUK_REQUIRED);474 case PUK_REQUIRED:
507 lockedState = IccCardConstants.State.PUK_REQUIRED; in updateExternalState()687 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK; in getIccStateReason()
553 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
301 mSimState = IccCardConstants.State.PUK_REQUIRED; in updateSimState()
1358 Lcom/android/internal/telephony/IccCardConstants$State;->PUK_REQUIRED:Lcom/android/internal/telepho…