Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioHelperTest.java242 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(MUSIC_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()
246 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(NAV_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()
250 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(OEM_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()
257 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withUnsupportedAttributes_returnsNull()
/packages/services/Car/service/src/com/android/car/audio/
DCoreAudioHelper.java251 public static String getVolumeGroupNameForAudioAttributes(AudioAttributes attributes) { in getVolumeGroupNameForAudioAttributes() method in CoreAudioHelper