Home
last modified time | relevance | path

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

/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DCompanionDeviceManagerSnippet.kt162 fun removeBond(associationId: Int): Boolean { in removeBond() method
163 return companionDeviceManager.removeBond(associationId) in removeBond()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothDeviceTest.java351 public void removeBond() { in removeBond() method in BluetoothDeviceTest
356 assertFalse(mFakeDevice.removeBond()); in removeBond()
359 assertThrows(SecurityException.class, () -> mFakeDevice.removeBond()); in removeBond()
363 assertFalse(mFakeDevice.removeBond()); in removeBond()
578 mFakeDevice.removeBond(); in getPackageNameOfBondingApplication()
/cts/tests/tests/companion/multidevice/host/
Dcdm_multi_device_test.py78 asserts.assert_true(self.primary.cdm.removeBond(secondary_id), "Unpairing failed.")