Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java140 removeBond(dev, true); in processMessage()
202 result = removeBond(dev, false); in processMessage()
299 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
DAdapterService.java1185 public boolean removeBond(BluetoothDevice device) { in removeBond() method in AdapterService.AdapterServiceBinder
1195 return service.removeBond(device); in removeBond()
2088 boolean removeBond(BluetoothDevice device) { in removeBond() method in AdapterService
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java633 final boolean successful = device.removeBond(); in unpairDevice()
DBluetoothAccessoryFragment.java519 final boolean successful = mDevice.removeBond(); in unpairDevice()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java355 mDevice.removeBond(); in nextStepConnect()