Home
last modified time | relevance | path

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

/cts/tests/tests/media/player/src/android/media/player/cts/
DVideoSurfaceView.java39 private static final int SLEEP_TIME_MS = 1000; field in VideoSurfaceView
64 Thread.sleep(SLEEP_TIME_MS); in startTest()
67 Thread.sleep(SLEEP_TIME_MS * 5); in startTest()
71 Thread.sleep(SLEEP_TIME_MS); in startTest()
/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/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java41 private static final long SLEEP_TIME_MS = 1000; field in TestNotificationListener
94 final int numAttempts = (int) (maxWaitMs / SLEEP_TIME_MS) + 1; in getFirstNotificationFromPackage()
96 StatusBarNotification sbn = mPosted.poll(SLEEP_TIME_MS, TimeUnit.MILLISECONDS); in getFirstNotificationFromPackage()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java39 private static final int SLEEP_TIME_MS = 1000; field in MediaCodecPlayerTestBase
117 Thread.sleep(SLEEP_TIME_MS); in playUntilEnd()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1322 public static final long SLEEP_TIME_MS = 30; field in VideoViewSnapshot
1409 Thread.sleep(SLEEP_TIME_MS); in run()
1570 Thread.sleep(SLEEP_TIME_MS); in waitForByteBuffer()
DDecoderTest.java135 private static final int SLEEP_TIME_MS = 1000; field in DecoderTest
3357 Thread.sleep(SLEEP_TIME_MS);
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java387 private static final int SLEEP_TIME_MS = 3000; field in TunerTest.TunerTestOnTuneEventListener
410 Thread.sleep(SLEEP_TIME_MS); in getLastTuneEvent()
424 private static final int SLEEP_TIME_MS = 100; field in TunerTest.TunerTestLnbCallback
452 Thread.sleep(SLEEP_TIME_MS); in getOnDiseqcMessageCalled()
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerTest.java386 private static final int SLEEP_TIME_MS = 3000; field in TunerTest.TunerTestOnTuneEventListener
409 Thread.sleep(SLEEP_TIME_MS); in getLastTuneEvent()
423 private static final int SLEEP_TIME_MS = 100; field in TunerTest.TunerTestLnbCallback
451 Thread.sleep(SLEEP_TIME_MS); in getOnDiseqcMessageCalled()