Home
last modified time | relevance | path

Searched defs:groupDevices (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java411 List<BluetoothDevice> groupDevices = new ArrayList<>(); in prepareConnectedDeviceGroup() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java1555 List<BluetoothDevice> groupDevices = new ArrayList<>(); in testSetGetPreferredAudioProfilesCase() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java793 public int setPreferredAudioProfiles(List<BluetoothDevice> groupDevices, in setPreferredAudioProfiles()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1301 private boolean isDuplexAudioSupported(List<BluetoothDevice> groupDevices) { in isDuplexAudioSupported()
1320 private boolean isOutputOnlyAudioSupported(List<BluetoothDevice> groupDevices) { in isOutputOnlyAudioSupported()
4742 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(device); in getPreferredAudioProfiles() local
4815 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in setPreferredAudioProfiles() local
4916 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in sendPreferredAudioProfileChangeToAudioFramework() local
5549 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(leAudioDevice); in isAllSupportedClassicAudioProfilesActive() local