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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 84 static public final String INTENT_VALUE_LOCKED_ON_PUK = "PUK";
452 INTENT_VALUE_LOCKED_ON_PIN : INTENT_VALUE_LOCKED_ON_PUK);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 222 else if (IccCard.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 142 } else if (IccCard.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 426 else if (IccCard.INTENT_VALUE_LOCKED_ON_PUK.equals(lockedReason)) {
    [all...]

Completed in 578 milliseconds