Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3236 final int volumeGroup = getVolumeGroupIdForAttributes(attr); in setVolumeIndexForAttributes()
3278 final int volumeGroup = getVolumeGroupIdForAttributes(attr); in getVolumeIndexForAttributes()
3668 private int getVolumeGroupIdForAttributes(@NonNull AudioAttributes attributes) { in getVolumeGroupIdForAttributes() method in AudioService