Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java361 CarVolumeGroup group = getCarVolumeGroup(zoneId, groupId); in setGroupVolume()
403 CarVolumeGroup group = getCarVolumeGroup(zoneId, groupId); in getGroupMaxVolume()
422 CarVolumeGroup group = getCarVolumeGroup(zoneId, groupId); in getGroupMinVolume()
441 CarVolumeGroup group = getCarVolumeGroup(zoneId, groupId); in getGroupVolume()
446 private CarVolumeGroup getCarVolumeGroup(int zoneId, int groupId) { in getCarVolumeGroup() method in CarAudioService
827 CarVolumeGroup group = getCarVolumeGroup(zoneId, groupId); in getUsagesForVolumeGroupId()