Searched refs:getFadeInVolumeShaperConfigForUsage (Results 1 – 4 of 4) sorted by relevance
152 .that(mFmc.getFadeInVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build()186 .that(fmc.getFadeInVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build_withFadeDurations_succeeds()226 .that(fmc.getFadeInVolumeShaperConfigForUsage(AudioAttributes.USAGE_MEDIA)) in build_withFadeManagerConfiguration_succeeds()227 .isEqualTo(fmcObj.getFadeInVolumeShaperConfigForUsage( in build_withFadeManagerConfiguration_succeeds()230 .that(fmc.getFadeInVolumeShaperConfigForUsage(AudioAttributes.USAGE_GAME)) in build_withFadeManagerConfiguration_succeeds()231 .isEqualTo(fmcObj.getFadeInVolumeShaperConfigForUsage( in build_withFadeManagerConfiguration_succeeds()812 mFmc.getFadeInVolumeShaperConfigForUsage(TEST_INVALID_USAGE) in testGetFadeInVolumeShaperConfigForUsage_withInvalidUsage_fails()834 .that(fmc.getFadeInVolumeShaperConfigForUsage(usage)) in testGetFadeVolumeShaperConfigForUsage_forSdkUsages()857 .that(fmc.getFadeInVolumeShaperConfigForUsage(usage)) in testGetFadeVolumeShaperConfigForUsage_forSystemUsages()876 .that(fmc.getFadeInVolumeShaperConfigForUsage(hiddenUsage)) in testGetFadeVolumeShaperConfigForUsage_forHiddenUsage()
444 return fadeManagerConfig.getFadeInVolumeShaperConfigForUsage(aa.getSystemUsage()); in getOptimalFadeInVolShaperConfig()
332 public VolumeShaper.Configuration getFadeInVolumeShaperConfigForUsage( in getFadeInVolumeShaperConfigForUsage() method in FadeManagerConfiguration
7227 … @Nullable public android.media.VolumeShaper.Configuration getFadeInVolumeShaperConfigForUsage(int…