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.java45 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture
94 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()
108 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()
DImageCapture.java44 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture
101 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()
115 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DImageCapture.java46 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture
104 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()
119 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()
DVideoCapture.java47 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture
98 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()
113 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()