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 58 return (simState == IccCard.State.PIN_REQUIRED
LockPatternKeyguardView.java 834 secure = mUpdateMonitor.getSimState() == IccCard.State.PIN_REQUIRED;
    [all...]
KeyguardStatusViewManager.java 440 case PIN_REQUIRED:
KeyguardUpdateMonitor.java 141 state = IccCard.State.PIN_REQUIRED;
KeyguardViewMediator.java 749 case PIN_REQUIRED:
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 108 PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
114 PIN_REQUIRED,
122 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
126 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
435 (oldState != State.PIN_REQUIRED && newState == State.PIN_REQUIRED)
451 (newState == State.PIN_REQUIRED) ?
762 return IccCard.State.PIN_REQUIRED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 220 mSimState = IccCard.State.PIN_REQUIRED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 424 mSimState = IccCard.State.PIN_REQUIRED;
    [all...]

Completed in 113 milliseconds