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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 97 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION){
166 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION) {
249 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION) {
BluetoothPairingRequest.java 57 if (type == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION ||
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 348 public static final int PAIRING_VARIANT_PASSKEY_CONFIRMATION = 2;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 424 BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION);
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 305 case BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION:
    [all...]

Completed in 110 milliseconds