Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java166 mAttributes = getAudioAttributesForLegacyStreamType( in SeekBarVolumizer()
212 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in SeekBarVolumizer
215 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForLegacyStreamType()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java94 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForStrategyWithLegacyStreamType()
194 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in AudioProductStrategy