Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3670 int volumeGroupId = getVolumeGroupIdForAttributesInt(attributes); in getVolumeGroupIdForAttributes()
3676 return getVolumeGroupIdForAttributesInt(AudioProductStrategy.sDefaultAttributes); in getVolumeGroupIdForAttributes()
3679 private int getVolumeGroupIdForAttributesInt(@NonNull AudioAttributes attributes) { in getVolumeGroupIdForAttributesInt() method in AudioService