Home
last modified time | relevance | path

Searched refs:removeBond (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java150 removeBond(mBumbleDevice); in setUp()
158 removeBond(mBumbleDevice); in tearDown()
481 private void removeBond(BluetoothDevice device) { in removeBond() method in PairingTest
484 assertThat(device.removeBond()).isTrue(); in removeBond()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java191 removeBond(dev, true); in processMessage()
264 result = removeBond(dev, false); in processMessage()
381 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
385 if (!mAdapterService.getNative().removeBond(addr)) { in removeBond()
DAdapterNativeInterface.java120 boolean removeBond(byte[] address) { in removeBond() method in AdapterNativeInterface
DAdapterProperties.java697 if (mService.getNative().removeBond(Utils.getBytesFromAddress(existingAddress))) { in cleanupPrevBondRecordsFor()
DAdapterService.java2711 public boolean removeBond(BluetoothDevice device, AttributionSource attributionSource) { in removeBond() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java127 doReturn(true).when(mNativeInterface).removeBond(any(byte[].class)); in testCreateBondAfterRemoveBond()
142 verify(mNativeInterface, times(1)).removeBond(eq(TEST_BT_ADDR_BYTES)); in testCreateBondAfterRemoveBond()
143 verify(mNativeInterface, times(1)).removeBond(eq(TEST_BT_ADDR_BYTES_2)); in testCreateBondAfterRemoveBond()
DAdapterPropertiesTest.java83 when(mNativeInterface.removeBond(any(byte[].class))).thenReturn(true); in setUp()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurityStorage.kt113 if (bluetoothDevice.removeBond()) { in deleteBond()
DHost.kt168 device.removeBond() in factoryReset()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicesService.java233 if (device == null || !device.removeBond()) { in forgetDevice()
DBluetoothDevicePairer.java693 final boolean successful = device.removeBond(); in unpairDevice()
DBluetoothAccessoryFragment.java510 final boolean successful = mDevice.removeBond(); in unpairDevice()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt347 Truth.assertThat(deviceToRemove.removeBond()).isTrue() in removeBondIfBonded()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl103 boolean removeBond(in BluetoothDevice device, in AttributionSource attributionSource); in removeBond() method
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java356 mDevice.removeBond(); in nextStepConnect()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2000 public boolean removeBond() { in removeBond() method in BluetoothDevice
2016 return service.removeBond(this, mAttributionSource); in removeBond()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1141 Landroid/bluetooth/IBluetooth$Stub$Proxy;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z
1271 Landroid/bluetooth/IBluetooth;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt211 …hod @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean removeBond();