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.java250 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()
804 static final int ERROR_WRONG_CALLBACK_ORDER = 1 << 1; field in CaptureResultTest.TotalAndPartialResultListener
863 errorCode |= ERROR_WRONG_CALLBACK_ORDER; in checkCallbackOrder()