Home
last modified time | relevance | path

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

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DVideoCapture.java41 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture
90 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()
104 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()
DImageCapture.java42 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture
99 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()
113 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DVideoCapture.java43 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture
94 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()
109 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()
DImageCapture.java45 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture
103 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()
118 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()