Searched refs:CAMERA_CLOSE_TIMEOUT_MS (Results 1 – 8 of 8) sorted by relevance
40 private static final int CAMERA_CLOSE_TIMEOUT_MS = 2000; field in Camera2PermissionTest132 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeCamera()
615 CameraTestUtils.CAMERA_CLOSE_TIMEOUT_MS); in testCameraManagerListenerCallbacks()656 CameraTestUtils.CAMERA_CLOSE_TIMEOUT_MS); in testCameraManagerListenerCallbacks()
815 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
282 listener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
455 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in close()
616 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
68 private static final int CAMERA_CLOSE_TIMEOUT_MS = 5000; field in CameraMetadataGetter221 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in getCaptureRequestTemplates()
102 public static final int CAMERA_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils