Searched refs:sleepTimeMs (Results 1 – 4 of 4) sorted by relevance
339 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local340 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
1450 int sleepTimeMs; in recordFromSurface() local1453 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()
4018 final int sleepTimeMs = 180;4019 Thread.sleep(sleepTimeMs);4022 Thread.sleep(sleepTimeMs);4029 Thread.sleep(sleepTimeMs);
1062 final long sleepTimeMs = 500; in waitUntil() local1068 Thread.sleep(sleepTimeMs); in waitUntil()1070 fail("Condition wasn't satisfied after " + (sleepTimeMs * count) + "ms"); in waitUntil()