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.java362 private final ArrayList<MandatoryStreamInformation> mStreamsInformation = field in MandatoryStreamCombination
397 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()