Searched refs:getUnfadeableAudioAttributes (Results 1 – 5 of 5) sorted by relevance
341 public List<AudioAttributes> getUnfadeableAudioAttributes() { in getUnfadeableAudioAttributes() method in FadeConfigurations351 ? fadeManagerConfig.getUnfadeableAudioAttributes() : Collections.EMPTY_LIST; in getUnfadeableAudioAttributes()
225 .that(fadeConfigs.getUnfadeableAudioAttributes()) in testGetUnfadeableAudioAttributes_withFadeManagerConfigurations_equals()226 .isEqualTo(fmc.getUnfadeableAudioAttributes()); in testGetUnfadeableAudioAttributes_withFadeManagerConfigurations_equals()
144 .that(mFmc.getUnfadeableAudioAttributes()).isEmpty(); in build()178 .that(fmc.getUnfadeableAudioAttributes()).isEmpty(); in build_withFadeDurations_succeeds()215 .that(fmc.getUnfadeableAudioAttributes()) in build_withFadeManagerConfiguration_succeeds()216 .isEqualTo(fmcObj.getUnfadeableAudioAttributes()); in build_withFadeManagerConfiguration_succeeds()774 .that(fmc.getUnfadeableAudioAttributes()).isEqualTo(unfadeableAttrs); in testSetUnfadeableAudioAttributes()
265 public List<AudioAttributes> getUnfadeableAudioAttributes() { in getUnfadeableAudioAttributes() method in FadeManagerConfiguration
7234 …ethod @NonNull public java.util.List<android.media.AudioAttributes> getUnfadeableAudioAttributes();