Searched refs:PIN_REQUIRED (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java63 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
71 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */ enum constant in enum:IccCardConstants.State
82 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
86 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
96 case 2: return PIN_REQUIRED;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityModel.java66 monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED))) {
H A DKeyguardSimPinView.java161 int subId = monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED);
H A DCarrierText.java402 case PIN_REQUIRED:
H A DKeyguardUpdateMonitor.java948 state = IccCardConstants.State.PIN_REQUIRED;
1892 return (simState == IccCardConstants.State.PIN_REQUIRED
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java110 mSimState = IccCardConstants.State.PIN_REQUIRED;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java452 if (VDBG) log("updateExternalState: PIN_REQUIRED");
454 lockedState = IccCardConstants.State.PIN_REQUIRED;
635 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
654 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java356 mSimState = IccCardConstants.State.PIN_REQUIRED;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java469 case PIN_REQUIRED:

Completed in 86 milliseconds