Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioHelperTest.java129 .that(CoreAudioHelper.getProductStrategyForAudioAttributes(MUSIC_ATTRIBUTES)) in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()
132 .that(CoreAudioHelper.getProductStrategyForAudioAttributes(NAV_ATTRIBUTES)) in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()
135 .that(CoreAudioHelper.getProductStrategyForAudioAttributes(OEM_ATTRIBUTES)) in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()
142 .that(CoreAudioHelper.getProductStrategyForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getProductStrategyForAudioAttributes_withInvalidAttributes_returnsNull()
149 CoreAudioHelper.getProductStrategyForAudioAttributes(null)); in getProductStrategyForAudioAttributes_withNullAttributes_fails()
DCoreAudioVolumeGroupTest.java120 .when(() -> CoreAudioHelper.getProductStrategyForAudioAttributes(MUSIC_ATTRIBUTES)); in setupMock()
122 .when(() -> CoreAudioHelper.getProductStrategyForAudioAttributes(MOVIE_ATTRIBUTES)); in setupMock()
/packages/services/Car/service/src/com/android/car/audio/
DCoreAudioVolumeGroup.java25 import static com.android.car.audio.CoreAudioHelper.getProductStrategyForAudioAttributes;
315 getProductStrategyForAudioAttributes(audioAttributes.get(c)); in setPreferredDeviceForAudioAttribute()
DCoreAudioHelper.java142 static AudioProductStrategy getProductStrategyForAudioAttributes( in getProductStrategyForAudioAttributes() method in CoreAudioHelper