Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroup.java69 CarAudioService.getVolumeSettingsKeyForGroup(mZoneId, mId), -1); in CarVolumeGroup()
216 CarAudioService.getVolumeSettingsKeyForGroup(mZoneId, mId), gainIndex); in setCurrentGainIndex()
DCarAudioService.java111 static String getVolumeSettingsKeyForGroup(int zoneId, int groupId) { in getVolumeSettingsKeyForGroup() method in CarAudioService