Home
last modified time | relevance | path

Searched refs:sleepTime (Results 1 – 7 of 7) 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/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java160 int sleepTime = timeoutMs / numTimes; in retryUntilTrue() local
170 Thread.sleep(sleepTime); in retryUntilTrue()
/cts/hostsidetests/os/src/android/os/cts/
DInattentiveSleepTests.java205 long sleepTime = warningShown + mWarningDurationConfig - eps; in testInattentiveSleep_warningTiming() local
206 while (System.currentTimeMillis() < sleepTime) { in testInattentiveSleep_warningTiming()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java119 private void doSleepWhileTop(int sleepTime) { in doSleepWhileTop() argument
123 AtomTests.sleep(sleepTime); in doSleepWhileTop()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java397 final int sleepTime = dragDurationMs / moveEventCount; in injectMoveEventsForDrag() local
401 SystemClock.sleep(sleepTime); in injectMoveEventsForDrag()
462 SystemClock.sleep(sleepTime); in injectMoveEventsForDrag()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1373 final long sleepTime = 500; in testForegroundService() local
1374 SystemClock.sleep(sleepTime); in testForegroundService()
1416 assertLessThan(sleepTime, totalTimeUsed); in testForegroundService()
1668 final long sleepTime = System.currentTimeMillis(); in testPipActivity_StopToPause() local
1674 final ArrayList<Event> stoppedEvent = waitForEventCount(STOPPED_EVENT, sleepTime, 1, in testPipActivity_StopToPause()
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java969 long sleepTime = Math.max( in testRateLimitingToastsWhenInBackground() local
971 SystemClock.sleep(sleepTime); in testRateLimitingToastsWhenInBackground()
972 totalTimeSpentMs += sleepTime; in testRateLimitingToastsWhenInBackground()