Searched refs:removeBond (Results 1 – 4 of 4) sorted by relevance
721 public boolean removeBond() { in removeBond() method in BluetoothDevice723 return sService.removeBond(mAddress); in removeBond()
65 boolean removeBond(in String address); in removeBond() method
860 assertTrue(device.removeBond()); in unpair()865 assertTrue(device.removeBond()); in unpair()
1143 public synchronized boolean removeBond(String address) { in removeBond() method in BluetoothService