Searched refs:getFadeOutVolumeShaperConfigForUsage (Results 1 – 4 of 4) sorted by relevance
146 .that(mFmc.getFadeOutVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build()180 .that(fmc.getFadeOutVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build_withFadeDurations_succeeds()218 .that(fmc.getFadeOutVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build_withFadeManagerConfiguration_succeeds()219 .isEqualTo(fmcObj.getFadeOutVolumeShaperConfigForUsage( in build_withFadeManagerConfiguration_succeeds()222 .that(fmc.getFadeOutVolumeShaperConfigForUsage(AudioAttributes.USAGE_GAME)) in build_withFadeManagerConfiguration_succeeds()223 .isEqualTo(fmcObj.getFadeOutVolumeShaperConfigForUsage( in build_withFadeManagerConfiguration_succeeds()802 mFmc.getFadeOutVolumeShaperConfigForUsage(TEST_INVALID_USAGE) in testGetFadeOutVolumeShaperConfigForUsage_withInvalidUsage_fails()831 .that(fmc.getFadeOutVolumeShaperConfigForUsage(usage)) in testGetFadeVolumeShaperConfigForUsage_forSdkUsages()854 .that(fmc.getFadeOutVolumeShaperConfigForUsage(usage)) in testGetFadeVolumeShaperConfigForUsage_forSystemUsages()873 .that(fmc.getFadeOutVolumeShaperConfigForUsage(hiddenUsage)) in testGetFadeVolumeShaperConfigForUsage_forHiddenUsage()
426 return fadeManagerConfig.getFadeOutVolumeShaperConfigForUsage( in getOptimalFadeOutVolShaperConfig()
313 public VolumeShaper.Configuration getFadeOutVolumeShaperConfigForUsage( in getFadeOutVolumeShaperConfigForUsage() method in FadeManagerConfiguration
7231 …@Nullable public android.media.VolumeShaper.Configuration getFadeOutVolumeShaperConfigForUsage(int…