Home | History | Annotate | Download | only in hearingaid

Lines Matching refs:activeDevices

502         ArrayList<BluetoothDevice> activeDevices = new ArrayList<>();
503 activeDevices.add(null);
504 activeDevices.add(null);
507 return activeDevices;
516 activeDevices.set(1, device);
518 activeDevices.set(0, device);
523 return activeDevices;