Home
last modified time | relevance | path

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

/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DSpeechRecognitionActivity.java249 public void onPartialResults(Bundle partialResults) { in onPartialResults()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java203 List<CaptureResult> partialResults = resultPair.second; in testPartialResult() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2533 CaptureResult result, List<CaptureResult> partialResults, int algoIdx, in validate3aRegion()