Home
last modified time | relevance | path

Searched refs:PIN_REQUIRED (Results 1 – 9 of 9) 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/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityModel.java66 monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED))) { in getSecurityMode()
DKeyguardSimPinView.java152 int subId = monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED); in handleSubInfoChangeIfNeeded()
DCarrierTextController.java504 case PIN_REQUIRED: in getStatusForIccState()
DKeyguardUpdateMonitor.java1302 state = IccCardConstants.State.PIN_REQUIRED; in fromIntent()
2528 return (state == IccCardConstants.State.PIN_REQUIRED in isSimPinSecure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java22 import static com.android.internal.telephony.IccCardConstants.State.PIN_REQUIRED;
449 simWasLocked = (lastState == PIN_REQUIRED || lastState == PUK_REQUIRED);
480 case PIN_REQUIRED:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java556 lockedState = IccCardConstants.State.PIN_REQUIRED; in updateExternalState()
744 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()
DUiccController.java633 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java299 mSimState = IccCardConstants.State.PIN_REQUIRED; in updateSimState()