Home
last modified time | relevance | path

Searched refs:EXTRA_BOND_STATE (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java137 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/
DBluetoothPairingService.java79 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
90 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
DBluetoothPairingDialog.java51 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java51 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
DBluetoothPairingService.java91 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurityStorage.kt106 BluetoothDevice.EXTRA_BOND_STATE, in deleteBond()
DSecurity.kt161 .map { it.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothAdapter.ERROR) } in <lambda>()
DHost.kt258 .map { it.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothAdapter.ERROR) } in waitBondIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicesService.java112 final int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1);
DBluetoothDevicePairer.java244 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
DBluetoothPairingDialog.java91 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
DBluetoothAccessoryFragment.java382 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java87 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
DBluetoothDeviceManager.java137 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive()
DFastPairGattServer.java353 int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, INVALID);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManagerTest.java124 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChanged()
DBluetoothDeviceManagerTest.java247 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChanged()
DFastPairGattServerTest.java458 bondStateChange.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendBondStateChangeBroadcast()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt68 if (intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1) == state) { in bondingFlow()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java482 int bond = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in handleIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java739 Assert.assertEquals(newState, intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1)); in verifyBondStateChangeIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java599 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, newState); in sendIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java389 public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE"; field in BluetoothDevice
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt571 field public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE";