Searched refs:mStreamsInformation (Results 1 – 1 of 1) sorted by relevance
362 private final ArrayList<MandatoryStreamInformation> mStreamsInformation = field in MandatoryStreamCombination397 mStreamsInformation.addAll(streamsInformation); in MandatoryStreamCombination()429 return Collections.unmodifiableList(mStreamsInformation); in getStreamsInformation()452 (mStreamsInformation.size() != other.mStreamsInformation.size())) { in equals()456 return mStreamsInformation.equals(other.mStreamsInformation); in equals()468 mStreamsInformation.hashCode()); in hashCode()