Home
last modified time | relevance | path

Searched refs:SLEEP_TIME_MS (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoSurfaceView.java38 private static final int SLEEP_TIME_MS = 1000; field in VideoSurfaceView
63 Thread.sleep(SLEEP_TIME_MS); in startTest()
66 Thread.sleep(SLEEP_TIME_MS * 5); in startTest()
70 Thread.sleep(SLEEP_TIME_MS); in startTest()
DMediaCodecPlayerTestBase.java38 private static final int SLEEP_TIME_MS = 1000; field in MediaCodecPlayerTestBase
110 Thread.sleep(SLEEP_TIME_MS); in playUntilEnd()
DDecodeAccuracyTestBase.java1305 public static final long SLEEP_TIME_MS = 30; field in VideoViewSnapshot
1392 Thread.sleep(SLEEP_TIME_MS); in run()
1549 Thread.sleep(SLEEP_TIME_MS); in waitForByteBuffer()
DDecoderTest.java83 private static final int SLEEP_TIME_MS = 1000; field in DecoderTest
3255 Thread.sleep(SLEEP_TIME_MS);
3289 Thread.sleep(SLEEP_TIME_MS);
/cts/tests/vr/src/android/vr/cts/
DVrSetFIFOThreadTest.java45 private static final int SLEEP_TIME_MS = 3000; field in VrSetFIFOThreadTest
88 Thread.sleep(SLEEP_TIME_MS); in testSetVrThreadAPISuccess()
111 Thread.sleep(SLEEP_TIME_MS); in testSetVrThreadAPIFailure()
/cts/libs/view/src/com/android/view/
DRenderedSurfaceView.java84 private static final int SLEEP_TIME_MS = 16; field in RenderedSurfaceView.RenderThread
97 sleep(SLEEP_TIME_MS); in run()