Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureResultTest.java204 List<CaptureResult> partialResults = resultPair.second; in testPartialResult() local
206 if (partialResults == null) { in testPartialResult()
208 partialResults = new ArrayList<>(); in testPartialResult()
214 partialResultCount, partialResults.size()); in testPartialResult()
217 for (CaptureResult partialResult : partialResults) { in testPartialResult()
238 partialResults, totalResultPartials); in testPartialResult()
242 partialResults.size() + "; queried for " + in testPartialResult()