Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraGLTest.java74 private static final int WAIT_FOR_FOCUS_TO_COMPLETE = 5000; field in CameraGLTest
DCameraTest.java84 private static final int WAIT_FOR_FOCUS_TO_COMPLETE = 5000; field in CameraTest
324 boolean result = mFocusDone.block(WAIT_FOR_FOCUS_TO_COMPLETE); in waitForFocusDone()