/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 150 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/ |
D | BondStateMachine.java | 191 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()
|
D | AdapterNativeInterface.java | 120 boolean removeBond(byte[] address) { in removeBond() method in AdapterNativeInterface
|
D | AdapterProperties.java | 697 if (mService.getNative().removeBond(Utils.getBytesFromAddress(existingAddress))) { in cleanupPrevBondRecordsFor()
|
D | AdapterService.java | 2711 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/ |
D | BondStateMachineTest.java | 127 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()
|
D | AdapterPropertiesTest.java | 83 when(mNativeInterface.removeBond(any(byte[].class))).thenReturn(true); in setUp()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | SecurityStorage.kt | 113 if (bluetoothDevice.removeBond()) { in deleteBond()
|
D | Host.kt | 168 device.removeBond() in factoryReset()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicesService.java | 233 if (device == null || !device.removeBond()) { in forgetDevice()
|
D | BluetoothDevicePairer.java | 693 final boolean successful = device.removeBond(); in unpairDevice()
|
D | BluetoothAccessoryFragment.java | 510 final boolean successful = mDevice.removeBond(); in unpairDevice()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 347 Truth.assertThat(deviceToRemove.removeBond()).isTrue() in removeBondIfBonded()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 103 boolean removeBond(in BluetoothDevice device, in AttributionSource attributionSource); in removeBond() method
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 356 mDevice.removeBond(); in nextStepConnect()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 2000 public boolean removeBond() { in removeBond() method in BluetoothDevice 2016 return service.removeBond(this, mAttributionSource); in removeBond()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1141 Landroid/bluetooth/IBluetooth$Stub$Proxy;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z 1271 Landroid/bluetooth/IBluetooth;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 211 …hod @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean removeBond();
|