Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCoreAudioHelper.java253 int volumeGroupId = getVolumeGroupIdForAudioAttributes(attributes); in getVolumeGroupNameForAudioAttributes()
276 public static int getVolumeGroupIdForAudioAttributes(AudioAttributes attributes) { in getVolumeGroupIdForAudioAttributes() method in CoreAudioHelper
281 AudioManagerHelper.getVolumeGroupIdForAudioAttributes(strategy, attributes); in getVolumeGroupIdForAudioAttributes()
DCoreAudioVolumeGroup.java75 mAmId = CoreAudioHelper.getVolumeGroupIdForAudioAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioHelperTest.java265 .that(CoreAudioHelper.getVolumeGroupIdForAudioAttributes(MUSIC_ATTRIBUTES)) in getVolumeGroupIdForAudioAttributes_withSupportedAttributes_succeeds()
269 .that(CoreAudioHelper.getVolumeGroupIdForAudioAttributes(NAV_ATTRIBUTES)) in getVolumeGroupIdForAudioAttributes_withSupportedAttributes_succeeds()
273 .that(CoreAudioHelper.getVolumeGroupIdForAudioAttributes(OEM_ATTRIBUTES)) in getVolumeGroupIdForAudioAttributes_withSupportedAttributes_succeeds()
280 .that(CoreAudioHelper.getVolumeGroupIdForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getVolumeGroupIdForAudioAttributes_withUnsupportedAttributes_returnsNull()
DCoreAudioVolumeGroupTest.java118 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes(MUSIC_ATTRIBUTES)); in setupMock()
137 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes(NAV_ATTRIBUTES)); in setupMock()
152 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupMock()
DCarAudioServiceUnitTest.java6722 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()
6729 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()
6736 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/media/
DAudioManagerHelper.java563 public static int getVolumeGroupIdForAudioAttributes( in getVolumeGroupIdForAudioAttributes() method in AudioManagerHelper
567 return strategy.getVolumeGroupIdForAudioAttributes(attributes); in getVolumeGroupIdForAudioAttributes()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java2098 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()
2105 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()
2112 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt225 …method public static int getVolumeGroupIdForAudioAttributes(@NonNull android.media.audiopolicy.Aud…