Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2460 int volumeGroupId = getVolumeGroupIdForAttributesInt(attributes); in getVolumeGroupIdForAttributes()
2466 return getVolumeGroupIdForAttributesInt(AudioProductStrategy.sDefaultAttributes); in getVolumeGroupIdForAttributes()
2469 private int getVolumeGroupIdForAttributesInt(@NonNull AudioAttributes attributes) { in getVolumeGroupIdForAttributesInt() method in AudioService