Searched refs:getGroupDevices (Results 1 – 8 of 8) sorted by relevance
766 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in notifyPresetInfoForGroupChanged()794 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in notifyActivePresetChangedForGroup()904 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in isPresetIndexValid()1053 private List<BluetoothDevice> getGroupDevices(int groupId) { in getGroupDevices() method in HapClientService1118 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in messageFromNative()1153 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in messageFromNative()
2008 .isAnyReceiverReceivingBroadcast(mService.getGroupDevices(testGroupId)); in testMediaContextUnavailableWhileReceivingBroadcast()2023 .isAnyReceiverReceivingBroadcast(mService.getGroupDevices(testGroupId)); in testMediaContextUnavailableWhileReceivingBroadcast()2755 List<BluetoothDevice> firstGroupDevicesById = mService.getGroupDevices(firstGroupId); in testGetGroupDevices()2756 List<BluetoothDevice> firstGroupDevicesByLeftDevice = mService.getGroupDevices(mLeftDevice); in testGetGroupDevices()2758 mService.getGroupDevices(mRightDevice); in testGetGroupDevices()2768 List<BluetoothDevice> secondGroupDevicesById = mService.getGroupDevices(secondGroupId); in testGetGroupDevices()2769 List<BluetoothDevice> secondGroupDevicesByDevice = mService.getGroupDevices(mSingleDevice); in testGetGroupDevices()2856 List<BluetoothDevice> groupDevicesById = mService.getGroupDevices(groupId); in testInactivateDeviceWhenNoAvailableContextTypes()
554 when(mLeAudioService.getGroupDevices(csipGroupId)).thenReturn(connectedDevices); in testLateConnectOfLeAudioEnabled_DualModeBud()674 when(mLeAudioService.getGroupDevices(csipGroupId)).thenReturn(connectedDevices); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
1002 public List<BluetoothDevice> getGroupDevices(int groupId) { in getGroupDevices() method in LeAudioService1029 public List<BluetoothDevice> getGroupDevices(BluetoothDevice device) { in getGroupDevices() method in LeAudioService2302 for (BluetoothDevice dev : getGroupDevices(currentlyActiveGroupId)) { in getActiveDevices()2643 return bassClientService.isAnyReceiverReceivingBroadcast(getGroupDevices(groupId)); in isGroupReceivingBroadcast()
772 leAudioService.getGroupDevices(leAudioService.getGroupId(device)); in processActiveDeviceChanged()
1604 mLeAudioService.getGroupDevices(mLeAudioService.getGroupId(device))) { in isDualModeAudioSinkDevice()4294 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(device); in getPreferredAudioProfiles()4369 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in setPreferredAudioProfiles()4478 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in sendPreferredAudioProfileChangeToAudioFramework()5169 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(leAudioDevice); in isAllSupportedClassicAudioProfilesActive()
900 leAudioService.getGroupDevices(groupId), in handleVolumeControlChanged()
1373 when(mLeAudioService.getGroupDevices(groupId)) in testVolumeControlChangedCallback()