Searched refs:mUnfadeableAudioAttributes (Results 1 – 1 of 1) sorted by relevance
163 private final @NonNull List<AudioAttributes> mUnfadeableAudioAttributes; field in FadeManagerConfiguration197 mUnfadeableAudioAttributes = Objects.requireNonNull(unfadeableAudioAttributes, in FadeManagerConfiguration()267 return mUnfadeableAudioAttributes; in getUnfadeableAudioAttributes()501 return mUnfadeableAudioAttributes.contains(audioAttributes); in isAudioAttributesUnfadeable()543 + ", unfadeable audio attributes = " + mUnfadeableAudioAttributes + "}"; in toString()590 && mUnfadeableAudioAttributes.equals(rhs.mUnfadeableAudioAttributes) in equals()600 mUnfadeableContentTypes, mUnfadeablePlayerTypes, mUnfadeableAudioAttributes, in hashCode()617 dest.writeTypedList(mUnfadeableAudioAttributes, flags); in writeToParcel()654 this.mUnfadeableAudioAttributes = unfadeableAudioAttributes; in FadeManagerConfiguration()808 private List<AudioAttributes> mUnfadeableAudioAttributes = new ArrayList<>(); field in FadeManagerConfiguration.Builder[all …]