Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2145 final int volumeGroup = getVolumeGroupIdForAttributes(attr); in setVolumeIndexForAttributes()
2187 final int volumeGroup = getVolumeGroupIdForAttributes(attr); in getVolumeIndexForAttributes()
2458 private int getVolumeGroupIdForAttributes(@NonNull AudioAttributes attributes) { in getVolumeGroupIdForAttributes() method in AudioService