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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 63 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
71 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */
80 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
84 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
93 case 2: return PIN_REQUIRED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;