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 134 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
142 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
238 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
288 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
328 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
BluetoothPairingRequest.java 56 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY ||
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 495 public static final int PAIRING_VARIANT_DISPLAY_PASSKEY = 4;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 381 variant = BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY;

Completed in 2530 milliseconds