/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 137 intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1); in setUp() 193 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDING)); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 211 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDED)); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks() 255 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDING)); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 273 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDED)); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected() 327 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE)); in testCancelBondLe_WithGattServiceDiscovery() 377 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDED)); in testBondLe_WithGattServiceDiscovery() 444 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_BONDING)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() 488 hasExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE)); in removeBond()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 79 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, 90 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
D | BluetoothPairingDialog.java | 51 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 51 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
D | BluetoothPairingService.java | 91 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | SecurityStorage.kt | 106 BluetoothDevice.EXTRA_BOND_STATE, in deleteBond()
|
D | Security.kt | 161 .map { it.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothAdapter.ERROR) } in <lambda>()
|
D | Host.kt | 258 .map { it.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothAdapter.ERROR) } in waitBondIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicesService.java | 112 final int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1);
|
D | BluetoothDevicePairer.java | 244 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
D | BluetoothPairingDialog.java | 91 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
D | BluetoothAccessoryFragment.java | 382 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManager.java | 87 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
|
D | BluetoothDeviceManager.java | 137 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
|
D | FastPairGattServer.java | 353 int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, INVALID);
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManagerTest.java | 124 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChanged()
|
D | BluetoothDeviceManagerTest.java | 247 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChanged()
|
D | FastPairGattServerTest.java | 458 bondStateChange.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChangeBroadcast()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 68 if (intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1) == state) { in bondingFlow()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 482 int bond = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in handleIntent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | BondStateMachineTest.java | 739 Assert.assertEquals(newState, intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1)); in verifyBondStateChangeIntent()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 599 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendIntent()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 389 public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE"; field in BluetoothDevice
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 571 field public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE";
|