Searched refs:mStreamsInformation (Results 1 – 1 of 1) sorted by relevance
181 private final ArrayList<MandatoryStreamInformation> mStreamsInformation = field in MandatoryStreamCombination199 mStreamsInformation.addAll(streamsInformation); in MandatoryStreamCombination()232 return Collections.unmodifiableList(mStreamsInformation); in getStreamsInformation()255 (mStreamsInformation.size() != other.mStreamsInformation.size())) { in equals()259 return mStreamsInformation.equals(other.mStreamsInformation); in equals()271 mStreamsInformation.hashCode()); in hashCode()