Searched refs:unfadeableAudioAttributes (Results 1 – 1 of 1) sorted by relevance
180 @NonNull List<AudioAttributes> unfadeableAudioAttributes) { in FadeManagerConfiguration() argument197 mUnfadeableAudioAttributes = Objects.requireNonNull(unfadeableAudioAttributes, in FadeManagerConfiguration()641 List<AudioAttributes> unfadeableAudioAttributes = new ArrayList<>(); in FadeManagerConfiguration() local642 in.readTypedList(unfadeableAudioAttributes, AudioAttributes.CREATOR); in FadeManagerConfiguration()654 this.mUnfadeableAudioAttributes = unfadeableAudioAttributes; in FadeManagerConfiguration()