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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 132 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
140 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
236 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
286 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
326 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
BluetoothPairingRequest.java 56 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY ||
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 452 public static final int PAIRING_VARIANT_DISPLAY_PASSKEY = 4;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 722 BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY);
    [all...]

Completed in 134 milliseconds