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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 117 } else if (mType == BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT) {
176 } else if (mType == BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT) {
255 } else if (mType == BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 357 public static final int PAIRING_VARIANT_OOB_CONSENT = 5;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 496 BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT);
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 309 case BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT:
    [all...]

Completed in 810 milliseconds