Searched refs:CAMERA_CLOSE_TIMEOUT_MS (Results 1 – 8 of 8) sorted by relevance
44 private static final int CAMERA_CLOSE_TIMEOUT_MS = 2000; field in Camera2PermissionTest159 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeCamera()
624 CameraTestUtils.CAMERA_CLOSE_TIMEOUT_MS); in testCameraManagerListenerCallbacks()665 CameraTestUtils.CAMERA_CLOSE_TIMEOUT_MS); in testCameraManagerListenerCallbacks()
813 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()
308 listener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
500 mBlockingStateListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in close()
663 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
102 public static final int CAMERA_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils