Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java187 TotalAndPartialResultListener listener = in testPartialResult()
188 new TotalAndPartialResultListener(); in testPartialResult()
249 if ((errorCode & TotalAndPartialResultListener.ERROR_DUPLICATED_REQUEST) != 0) { in testPartialResult()
253 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()
650 private static class TotalAndPartialResultListener class in CaptureResultTest