Home
last modified time | relevance | path

Searched refs:mStreamsInformation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java181 private final ArrayList<MandatoryStreamInformation> mStreamsInformation = field in MandatoryStreamCombination
199 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()