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

  /packages/apps/Phone/src/com/android/phone/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;
  /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...]

Completed in 346 milliseconds