Home
last modified time | relevance | path

Searched refs:removeDevice (Results 1 – 1 of 1) 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