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 51 int type = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
56 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
BluetoothPairingDialog.java 92 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 410 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
423 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
435 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
472 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.PAIRING_VARIANT_PIN);
484 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
495 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 239 public static final String EXTRA_PAIRING_VARIANT =
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 295 int type = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
    [all...]

Completed in 78 milliseconds