Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java98 AudioAttributes aaFromStreamType = in testAudioAttributesFromStreamTypes() local
106 if (aaFromStreamType.equals(INVALID_ATTRIBUTES)) { in testAudioAttributesFromStreamTypes()
109 aaFromStreamType)); in testAudioAttributesFromStreamTypes()
115 aaFromStreamType); in testAudioAttributesFromStreamTypes()
118 + aaFromStreamType.toString() + " got instead stream " in testAudioAttributesFromStreamTypes()
140 assertEquals(aaFromStreamType, aaFromAps); in testAudioAttributesFromStreamTypes()
141 assertTrue(aps.supportsAudioAttributes(aaFromStreamType)); in testAudioAttributesFromStreamTypes()
145 aps.getLegacyStreamTypeForAudioAttributes(aaFromStreamType)); in testAudioAttributesFromStreamTypes()
151 aps.getVolumeGroupIdForAudioAttributes(aaFromStreamType); in testAudioAttributesFromStreamTypes()
159 aaFromStreamType)); in testAudioAttributesFromStreamTypes()