Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java193 mAttributes = getAudioAttributesForLegacyStreamType( in SeekBarVolumizer()
245 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in SeekBarVolumizer
248 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForLegacyStreamType()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java135 AudioAttributes aa = productStrategy.getAudioAttributesForLegacyStreamType(streamType); in getAudioAttributesForStrategyWithLegacyStreamType()
277 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType() method in AudioProductStrategy
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioProductStrategyTest.java128 aps.getAudioAttributesForLegacyStreamType(streamType); in testAudioAttributesFromStreamTypes()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidAudioRoutingHelperTest.java87 when(mAudioStrategy.getAudioAttributesForLegacyStreamType( in setUp()
DHearingAidDeviceManagerTest.java144 when(mAudioStrategy.getAudioAttributesForLegacyStreamType( in setUp()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java218 && strategy.getAudioAttributesForLegacyStreamType( in initRoutingStrategyIds()
223 && strategy.getAudioAttributesForLegacyStreamType( in initRoutingStrategyIds()