Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java79 final int volumeGroupFromStream = aps.getVolumeGroupIdForLegacyStreamType(streamType); in testGetProductStrategies()
149 aps.getVolumeGroupIdForLegacyStreamType(streamType); in testAudioAttributesFromStreamTypes()
223 aps.getVolumeGroupIdForLegacyStreamType(streamTypeFromAps); in testAudioAttributesToStreamTypes()
H A DAudioVolumeGroupTest.java140 int groupId = aps.getVolumeGroupIdForLegacyStreamType(avgStreamType); in testGetVolumeGroups()
H A DAudioManagerTest.java188 int groupId = strategy.getVolumeGroupIdForLegacyStreamType(avgStreamType); in testGetAndValidateVolumeGroups()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java192 mVolumeGroupId = getVolumeGroupIdForLegacyStreamType(mStreamType); in SeekBarVolumizer()
228 private int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() method in SeekBarVolumizer
231 int volumeGroupId = productStrategy.getVolumeGroupIdForLegacyStreamType(streamType); in getVolumeGroupIdForLegacyStreamType()
654 int volumeGroup = getVolumeGroupIdForLegacyStreamType(streamType); in onReceive()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java317 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType() method in AudioProductStrategy
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2025 method public int getVolumeGroupIdForLegacyStreamType(int);