Home
last modified time | relevance | path

Searched refs:setGroupActive (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControl.aidl60 void setGroupActive(int group_id, boolean active, in AttributionSource attributionSource); in setGroupActive() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java680 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/
DVolumeControlServiceTest.java694 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/
DLeAudioService.java1726 volumeControlService.setGroupActive(getGroupId(mExposedActiveDevice), false); in notifyVolumeControlServiceAboutActiveGroup()
1730 volumeControlService.setGroupActive(getGroupId(device), true); in notifyVolumeControlServiceAboutActiveGroup()