Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DRecommendedStreamConfigurationMap.java194 private Set<Integer> getUnmodifiableIntegerSet(int[] intArray) { in getUnmodifiableIntegerSet() method in RecommendedStreamConfigurationMap
218 return getUnmodifiableIntegerSet(mRecommendedMap.getOutputFormats()); in getOutputFormats()
231 return getUnmodifiableIntegerSet(mRecommendedMap.getValidOutputFormatsForInput( in getValidOutputFormatsForInput()
244 return getUnmodifiableIntegerSet(mRecommendedMap.getInputFormats()); in getInputFormats()