Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java175 int streamTypeFromUsage = in testAudioAttributesToStreamTypes() local
181 assertNotEquals(streamTypeFromUsage, AudioSystem.STREAM_DEFAULT); in testAudioAttributesToStreamTypes()
212 streamTypeFromUsage, AudioSystem.STREAM_MUSIC); in testAudioAttributesToStreamTypes()
215 + AudioSystem.streamToString(streamTypeFromUsage) in testAudioAttributesToStreamTypes()
219 streamTypeFromUsage, streamTypeFromAps); in testAudioAttributesToStreamTypes()
233 assertEquals(streamTypeFromUsage, AudioSystem.STREAM_MUSIC); in testAudioAttributesToStreamTypes()