Home
last modified time | relevance | path

Searched refs:EXTRA_PAIRING_KEY (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingRequest.java50 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive()
52 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in onReceive()
DBluetoothPairingDialog.java136 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
154 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java75 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent()
77 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in getPairingDialogIntent()
182 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in createPairingNotification()
184 pairingDialogIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in createPairingNotification()
DBluetoothPairingController.java96 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt276 BluetoothDevice.EXTRA_PAIRING_KEY, in <lambda>()
282 BluetoothDevice.EXTRA_PAIRING_KEY, in <lambda>()
315 BluetoothDevice.EXTRA_PAIRING_KEY, in <lambda>()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent()
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in getPairingDialogIntent()
DBluetoothPairingController.java83 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java315 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, INVALID);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java492 maybePin.ifPresent(pin -> intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin)); in sendDisplayPinIntent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java449 pairingRequest.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, key); in sendPairingRequestBroadcast()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java470 public static final String EXTRA_PAIRING_KEY = "android.bluetooth.device.extra.PAIRING_KEY"; field in BluetoothDevice
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt576 … field public static final String EXTRA_PAIRING_KEY = "android.bluetooth.device.extra.PAIRING_KEY";