Searched refs:activeDevices (Results 1 – 8 of 8) sorted by relevance
157 List<CastDevice> activeDevices = getActiveDevices(); in handleClick() local169 mController.stopCasting(activeDevices.get(0)); in handleClick()178 List<CastDevice> activeDevices = getActiveDevices(); in willPopDetail() local179 return activeDevices.isEmpty() || (activeDevices.get(0).tag instanceof RouteInfo); in willPopDetail()183 ArrayList<CastDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local187 activeDevices.add(device); in getActiveDevices()191 return activeDevices; in getActiveDevices()
590 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local591 activeDevices.add(null); in getActiveDevices()592 activeDevices.add(null); in getActiveDevices()595 return activeDevices; in getActiveDevices()604 activeDevices.set(1, device); in getActiveDevices()606 activeDevices.set(0, device); in getActiveDevices()611 return activeDevices; in getActiveDevices()
123 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local124 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
250 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local251 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
609 DeviceVector activeDevices; in getActiveMediaDevices() local611 DEVICE_ROLE_PREFERRED, availableDevices, activeDevices) != NO_ERROR) { in getActiveMediaDevices()612 activeDevices.clear(); in getActiveMediaDevices()618 activeDevices.add(device); in getActiveMediaDevices()621 return activeDevices; in getActiveMediaDevices()
402 List<BluetoothDevice> activeDevices; in onServiceConnected() local407 activeDevices = Collections.singletonList(mA2dpProfile.getActiveDevice()); in onServiceConnected()411 activeDevices = mHearingAidProfile.getActiveDevices(); in onServiceConnected()422 if (activeDevices.contains(device)) { in onServiceConnected()
405 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local406 return activeDevices; in getActiveDevices()
6165 DeviceVector activeDevices; in getDevicesForStream() local6177 activeDevices.merge(outputDesc->devices()); in getDevicesForStream()6184 if (!activeDevices.isEmpty()) { in getDevicesForStream()6185 devices = activeDevices; in getDevicesForStream()