Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java163 private static class ClientRecord { class in BluetoothScanner
168 public ClientRecord(Listener listener, List<BluetoothDeviceCriteria> matchers) { in ClientRecord() method in BluetoothScanner.ClientRecord
178 private final ArrayList<ClientRecord> mClients = new ArrayList<>();
203 ClientRecord newClient = new ClientRecord(listener, matchers); in startListening()
257 ClientRecord client = mClients.get(ptr); in stopListening()
327 ClientRecord client = mClients.get(ptr); in removeDevice()
482 ClientRecord client = mClients.get(i); in sendScanningStopped()
491 ClientRecord client = mClients.get(ptr); in sendDeviceAdded()
507 ClientRecord client = mClients.get(i); in sendDeviceChanged()
522 ClientRecord client = mClients.get(ptr); in sendDeviceRemoved()