Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureResultTest.java186 TotalAndPartialResultListener listener = in testPartialResult()
187 new TotalAndPartialResultListener(); in testPartialResult()
248 if ((errorCode & TotalAndPartialResultListener.ERROR_DUPLICATED_REQUEST) != 0) { in testPartialResult()
252 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()
614 private static class TotalAndPartialResultListener class in CaptureResultTest