Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java339 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local
340 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
DMediaRecorderTest.java1450 int sleepTimeMs; in recordFromSurface() local
1453 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
1455 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
1485 Thread.sleep(sleepTimeMs); in recordFromSurface()
1499 Thread.sleep(sleepTimeMs); in recordFromSurface()
DDecoderTest.java4018 final int sleepTimeMs = 180;
4019 Thread.sleep(sleepTimeMs);
4022 Thread.sleep(sleepTimeMs);
4029 Thread.sleep(sleepTimeMs);
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1062 final long sleepTimeMs = 500; in waitUntil() local
1068 Thread.sleep(sleepTimeMs); in waitUntil()
1070 fail("Condition wasn't satisfied after " + (sleepTimeMs * count) + "ms"); in waitUntil()