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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 57 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
63 PIN_REQUIRED,
72 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
76 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
WifiDisplayActivity.java 41 RENAME, WIFI_DISPLAY, PIN_REQUIRED, WIFI_DISPLAY_ON, WIFI_DISPLAY_OFF, PIN_REQUIRED_ON,
67 case PIN_REQUIRED:
142 actions.add(new Action.Builder().key(Tag.PIN_REQUIRED.name())

Completed in 68 milliseconds