HomeSort by relevance Sort by last modified time
    Searched refs:PIN_REQUIRED (Results 1 - 9 of 9) sorted by null

  /packages/apps/Phone/src/com/android/phone/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardViewProperties.java 59 return (simState == IccCard.State.PIN_REQUIRED
KeyguardUpdateMonitor.java 146 state = IccCard.State.PIN_REQUIRED;
728 return mSimState == IccCard.State.PIN_REQUIRED
LockPatternKeyguardView.java 814 secure = mUpdateMonitor.getSimState() == IccCard.State.PIN_REQUIRED;
    [all...]
KeyguardStatusViewManager.java 456 case PIN_REQUIRED:
KeyguardViewMediator.java 750 case PIN_REQUIRED:
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 132 PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
138 PIN_REQUIRED,
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) ?
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 218 mSimState = IccCard.State.PIN_REQUIRED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 435 mSimState = IccCard.State.PIN_REQUIRED;
    [all...]

Completed in 161 milliseconds