Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java179 private final ArrayList<Device> mPresentDevices = new ArrayList<>(); field in BluetoothScanner.Receiver
219 mPresentDevices.clear(); in startListening()
230 final int N = mPresentDevices.size(); in startListening()
232 Device target = mPresentDevices.get(i); in startListening()
317 int count = mPresentDevices.size(); in removeDevice()
319 Device d = mPresentDevices.get(i); in removeDevice()
321 mPresentDevices.remove(d); in removeDevice()
389 final int N = mPresentDevices.size(); in onReceive()
391 final Device d = mPresentDevices.get(i); in onReceive()
410 mPresentDevices.add(device); in onReceive()
[all …]