Home
last modified time | relevance | path

Searched refs:SLEEP_TIME_MS (Results 1 – 7 of 7) 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.java1307 public static final long SLEEP_TIME_MS = 30; field in VideoViewSnapshot
1394 Thread.sleep(SLEEP_TIME_MS); in run()
1551 Thread.sleep(SLEEP_TIME_MS); in waitForByteBuffer()
DDecoderTest.java96 private static final int SLEEP_TIME_MS = 1000; field in DecoderTest
3644 Thread.sleep(SLEEP_TIME_MS);
3705 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()
/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/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayHashManagerTest.java75 private static final int SLEEP_TIME_MS = 1000; field in DisplayHashManagerTest
224 Thread.sleep(SLEEP_TIME_MS); in testGenerateDisplayHash_ViewOffscreen()
263 Thread.sleep(SLEEP_TIME_MS); in testGenerateDisplayHash_WindowOffscreen()
386 Thread.sleep(SLEEP_TIME_MS); in testGenerateAndVerifyDisplayHash_MultiColor()
427 Thread.sleep(SLEEP_TIME_MS); in setupChildView()