Home
last modified time | relevance | path

Searched defs:setGroupActive (Results 1 – 2 of 2) 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