Searched refs:mPresentDevices (Results 1 – 1 of 1) sorted by relevance
179 private final ArrayList<Device> mPresentDevices = new ArrayList<>(); field in BluetoothScanner.Receiver219 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 …]