Home
last modified time | relevance | path

Searched refs:getGroupDevices (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java766 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 HapClientService
1118 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in messageFromNative()
1153 List<BluetoothDevice> all_group_devices = getGroupDevices(groupId); in messageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2008 .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()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java554 when(mLeAudioService.getGroupDevices(csipGroupId)).thenReturn(connectedDevices); in testLateConnectOfLeAudioEnabled_DualModeBud()
674 when(mLeAudioService.getGroupDevices(csipGroupId)).thenReturn(connectedDevices); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1002 public List<BluetoothDevice> getGroupDevices(int groupId) { in getGroupDevices() method in LeAudioService
1029 public List<BluetoothDevice> getGroupDevices(BluetoothDevice device) { in getGroupDevices() method in LeAudioService
2302 for (BluetoothDevice dev : getGroupDevices(currentlyActiveGroupId)) { in getActiveDevices()
2643 return bassClientService.isAnyReceiverReceivingBroadcast(getGroupDevices(groupId)); in isGroupReceivingBroadcast()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java772 leAudioService.getGroupDevices(leAudioService.getGroupId(device)); in processActiveDeviceChanged()
DAdapterService.java1604 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java900 leAudioService.getGroupDevices(groupId), in handleVolumeControlChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1373 when(mLeAudioService.getGroupDevices(groupId)) in testVolumeControlChangedCallback()