Home
last modified time | relevance | path

Searched refs:sleepTime (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DHandlerThreadTest.java53 private void sleep(long sleepTime) { in sleep() argument
55 Thread.sleep(sleepTime); in sleep()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java267 final int sleepTime = dragDurationMs / moveEventCount; in injectMoveEventsForDrag() local
271 SystemClock.sleep(sleepTime); in injectMoveEventsForDrag()
332 SystemClock.sleep(sleepTime); in injectMoveEventsForDrag()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java700 long sleepTime, String property) throws InterruptedException { in getValue() argument
703 SystemClock.sleep(sleepTime); in getValue()