Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java253 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()
653 static final int ERROR_WRONG_CALLBACK_ORDER = 1 << 1; field in CaptureResultTest.TotalAndPartialResultListener
712 errorCode |= ERROR_WRONG_CALLBACK_ORDER; in checkCallbackOrder()