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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 49 int type = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
54 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
BluetoothPairingDialog.java 108 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 578 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
602 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
624 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
689 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.PAIRING_VARIANT_PIN);
713 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
726 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 239 public static final String EXTRA_PAIRING_VARIANT =
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 168 int varient = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, -1);
    [all...]

Completed in 3067 milliseconds