Searched refs:getFadeOutDurationForUsage (Results 1 – 4 of 4) sorted by relevance
149 .that(mFmc.getFadeOutDurationForUsage(AudioAttributes.USAGE_GAME)) in build()183 .that(fmc.getFadeOutDurationForUsage(AudioAttributes.USAGE_GAME)) in build_withFadeDurations_succeeds()258 .that(mFmc.getFadeOutDurationForUsage(AudioAttributes.USAGE_MEDIA)) in build_withCopyConstructor_doesnotChangeOriginal()264 .that(copyConstructedFmc.getFadeOutDurationForUsage(AudioAttributes.USAGE_MEDIA)) in build_withCopyConstructor_doesnotChangeOriginal()
460 return fadeManagerConfig.getFadeOutDurationForUsage(aa.getSystemUsage()); in getOptimalFadeOutDuration()
279 public long getFadeOutDurationForUsage(@AudioAttributes.AttributeUsage int usage) { in getFadeOutDurationForUsage() method in FadeManagerConfiguration
7229 method @IntRange(from=0) public long getFadeOutDurationForUsage(int);