Home
last modified time | relevance | path

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

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