Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java153 public static void removeDevice(Device device) { in removeDevice() method in BluetoothScanner
154 removeDevice(device.address); in removeDevice()
157 public static void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner
159 sReceiver.removeDevice(btAddress); in removeDevice()
316 public void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner.Receiver
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java504 mProfileDeviceManager.removeDevice(mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:00")); in testRemoveDeviceFromEmptyList_priorityListUnchanged()
522 mProfileDeviceManager.removeDevice(device); in testRemoveDeviceFront_deviceNoLongerInPriorityList()
543 mProfileDeviceManager.removeDevice(device); in testRemoveDeviceMiddle_deviceNoLongerInPriorityList()
563 mProfileDeviceManager.removeDevice(device); in testRemoveDeviceEnd_deviceNoLongerInPriorityList()
583 mProfileDeviceManager.removeDevice(device); in testRemoveDeviceNotInList_priorityListUnchanged()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java156 removeDevice((String) args.arg2); in processMessage()
253 removeDevice((String) args.arg2); in processMessage()
366 removeDevice((String) args.arg2); in processMessage()
776 private boolean removeDevice(String address) {
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java222 removeDevice(device); in handleDeviceBondStateChange()
450 removeDevice(device); in sync()
489 public void removeDevice(BluetoothDevice device) { in removeDevice() method in BluetoothProfileDeviceManager