Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java721 public boolean removeBond() { in removeBond() method in BluetoothDevice
723 return sService.removeBond(mAddress); in removeBond()
DIBluetooth.aidl65 boolean removeBond(in String address); in removeBond() method
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java860 assertTrue(device.removeBond()); in unpair()
865 assertTrue(device.removeBond()); in unpair()
/frameworks/base/core/java/android/server/
DBluetoothService.java1143 public synchronized boolean removeBond(String address) { in removeBond() method in BluetoothService