Searched refs:getFadeInDurationForUsage (Results 1 – 3 of 3) sorted by relevance
155 .that(mFmc.getFadeInDurationForUsage(AudioAttributes.USAGE_GAME)) in build()189 .that(fmc.getFadeInDurationForUsage(AudioAttributes.USAGE_GAME)) in build_withFadeDurations_succeeds()261 .that(mFmc.getFadeInDurationForUsage(AudioAttributes.USAGE_MEDIA)) in build_withCopyConstructor_doesnotChangeOriginal()267 .that(copyConstructedFmc.getFadeInDurationForUsage(AudioAttributes.USAGE_MEDIA)) in build_withCopyConstructor_doesnotChangeOriginal()
295 public long getFadeInDurationForUsage(@AudioAttributes.AttributeUsage int usage) { in getFadeInDurationForUsage() method in FadeManagerConfiguration
7225 method @IntRange(from=0) public long getFadeInDurationForUsage(int);