Searched defs:devices (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothScanner.java32 * Listens for unconfigured or problematic devices to show up on
98 public void onScanningStopped(ArrayList<Device> devices) { argument
113 * Starts listening. Will call onto listener with any devices we have
165 public final ArrayList<Device> devices; field in class:BluetoothScanner.ClientRecord
170 devices = new ArrayList<>();
235 newClient.devices.add(target);
328 for (int devPtr = client.devices.size() - 1; devPtr > -1; devPtr--) {
329 Device d = client.devices.get(devPtr);
331 client.devices.remove(devPtr);
432 // Clear any devices tha
[all...]

Completed in 72 milliseconds