Home
last modified time | relevance | path

Searched refs:sleepTimeMs (Results 1 – 3 of 3) 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()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1103 final long sleepTimeMs = 500; in waitUntil() local
1109 Thread.sleep(sleepTimeMs); in waitUntil()
1111 fail("Condition wasn't satisfied after " + (sleepTimeMs * count) + "ms"); in waitUntil()