Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoSurfaceView.java36 private static final int SLEEP_TIME_MS = 1000; field in VideoSurfaceView
61 Thread.sleep(SLEEP_TIME_MS); in startTest()
64 Thread.sleep(SLEEP_TIME_MS * 5); in startTest()
68 Thread.sleep(SLEEP_TIME_MS); in startTest()
DClearKeySystemTest.java68 private static final int SLEEP_TIME_MS = 1000; field in ClearKeySystemTest
398 Thread.sleep(SLEEP_TIME_MS); in testClearKeyPlayback()
DDecoderTest.java74 private static final int SLEEP_TIME_MS = 1000; field in DecoderTest
2766 Thread.sleep(SLEEP_TIME_MS);
2800 Thread.sleep(SLEEP_TIME_MS);
/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()