Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java578 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
579 activeDevices.add(null); in getActiveDevices()
580 activeDevices.add(null); in getActiveDevices()
583 return activeDevices; in getActiveDevices()
592 activeDevices.set(1, device); in getActiveDevices()
594 activeDevices.set(0, device); in getActiveDevices()
599 return activeDevices; in getActiveDevices()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DMediaOutputPreferenceController.java111 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
112 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
DAudioSwitchPreferenceController.java279 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
280 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java123 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
124 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
DAudioSwitchPreferenceController.java250 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
251 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorSlice.java166 final List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
167 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()