Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.mediaframeworktest.helpers.CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS;911 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
43 import static com.android.mediaframeworktest.helpers.CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS;553 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
74 import static com.android.mediaframeworktest.helpers.CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS;
114 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils