Searched refs:setGroupActive (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothVolumeControl.aidl | 60 void setGroupActive(int group_id, boolean active, in AttributionSource attributionSource); in setGroupActive() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 680 public void setGroupActive(int groupId, boolean active) { in setGroupActive() method in VolumeControlService 1608 public void setGroupActive(int groupId, boolean active, AttributionSource source) { in setGroupActive() method in VolumeControlService.BluetoothVolumeControlBinder 1616 service.setGroupActive(groupId, active); in setGroupActive()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 694 mServiceBinder.setGroupActive(groupId_1, true, mAttributionSource); in testActiveGroupChange() 701 mServiceBinder.setGroupActive(groupId_2, true, mAttributionSource); in testActiveGroupChange()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 1726 volumeControlService.setGroupActive(getGroupId(mExposedActiveDevice), false); in notifyVolumeControlServiceAboutActiveGroup() 1730 volumeControlService.setGroupActive(getGroupId(device), true); in notifyVolumeControlServiceAboutActiveGroup()
|