Searched refs:updateGroupCacheAndAudioSystem (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 692 updateGroupCacheAndAudioSystem(groupId, groupVolume, groupMute, /* showInUI*/ false); in setGroupActive() 821 void updateGroupCacheAndAudioSystem(int groupId, int volume, boolean mute, boolean showInUI) { in updateGroupCacheAndAudioSystem() method in VolumeControlService 917 updateGroupCacheAndAudioSystem(groupId, volume, mute, false); in handleVolumeControlChanged() 966 updateGroupCacheAndAudioSystem(groupId, volume, mute, true); in handleVolumeControlChanged()
|