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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardViewProperties.java59 return (simState == IccCard.State.PIN_REQUIRED
H A DKeyguardUpdateMonitor.java146 state = IccCard.State.PIN_REQUIRED;
728 return mSimState == IccCard.State.PIN_REQUIRED
H A DLockPatternKeyguardView.java814 secure = mUpdateMonitor.getSimState() == IccCard.State.PIN_REQUIRED;
1067 if (simState == IccCard.State.PIN_REQUIRED) {
H A DKeyguardStatusViewManager.java456 case PIN_REQUIRED:
H A DKeyguardViewMediator.java750 case PIN_REQUIRED:
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java132 PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
138 PIN_REQUIRED, enum constant in enum:IccCard.State
146 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
150 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
543 (oldState != State.PIN_REQUIRED && newState == State.PIN_REQUIRED)
559 (newState == State.PIN_REQUIRED) ?
903 return IccCard.State.PIN_REQUIRED;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java218 mSimState = IccCard.State.PIN_REQUIRED;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java444 mSimState = IccCard.State.PIN_REQUIRED;

Completed in 454 milliseconds