Searched refs:getVolumeGroupIdForAudioAttributes (Results 1 – 8 of 8) sorted by relevance
253 int volumeGroupId = getVolumeGroupIdForAudioAttributes(attributes); in getVolumeGroupNameForAudioAttributes()276 public static int getVolumeGroupIdForAudioAttributes(AudioAttributes attributes) { in getVolumeGroupIdForAudioAttributes() method in CoreAudioHelper281 AudioManagerHelper.getVolumeGroupIdForAudioAttributes(strategy, attributes); in getVolumeGroupIdForAudioAttributes()
75 mAmId = CoreAudioHelper.getVolumeGroupIdForAudioAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
265 .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()
118 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes(MUSIC_ATTRIBUTES)); in setupMock()137 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes(NAV_ATTRIBUTES)); in setupMock()152 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupMock()
6722 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()6729 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()6736 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in mockCoreAudioRoutingAndVolume()
563 public static int getVolumeGroupIdForAudioAttributes( in getVolumeGroupIdForAudioAttributes() method in AudioManagerHelper567 return strategy.getVolumeGroupIdForAudioAttributes(attributes); in getVolumeGroupIdForAudioAttributes()
2098 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()2105 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()2112 .when(() -> CoreAudioHelper.getVolumeGroupIdForAudioAttributes( in setupAudioManagerMock()
225 …method public static int getVolumeGroupIdForAudioAttributes(@NonNull android.media.audiopolicy.Aud…