Searched refs:removeDevice (Results 1 – 4 of 4) sorted by relevance
153 public static void removeDevice(Device device) { in removeDevice() method in BluetoothScanner154 removeDevice(device.address); in removeDevice()157 public static void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner159 sReceiver.removeDevice(btAddress); in removeDevice()316 public void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner.Receiver
504 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()
156 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) {
222 removeDevice(device); in handleDeviceBondStateChange()450 removeDevice(device); in sync()489 public void removeDevice(BluetoothDevice device) { in removeDevice() method in BluetoothProfileDeviceManager