Home
last modified time | relevance | path

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

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