Home
last modified time | relevance | path

Searched refs:TIME_SLICE (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPollingCheck.java24 private static final long TIME_SLICE = 50; field in PollingCheck
48 Thread.sleep(TIME_SLICE); in run()
57 timeout -= TIME_SLICE; in run()
70 Thread.sleep(TIME_SLICE); in check()
71 timeout -= TIME_SLICE; in check()
DWithin.java35 private static final long TIME_SLICE = 50; field in Within
49 SystemClock.sleep(TIME_SLICE); in verify()
66 timeout -= TIME_SLICE; in verify()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPollingCheck.java24 private static final long TIME_SLICE = 50; field in PollingCheck
48 Thread.sleep(TIME_SLICE); in run()
57 timeout -= TIME_SLICE; in run()
70 Thread.sleep(TIME_SLICE); in check()
71 timeout -= TIME_SLICE; in check()
DWithin.java35 private static final long TIME_SLICE = 50; field in Within
49 SystemClock.sleep(TIME_SLICE); in verify()
66 timeout -= TIME_SLICE; in verify()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStreamTestUtils.java34 private static final long TIME_SLICE = 50; // msec field in ImeEventStreamTestUtils
130 Thread.sleep(TIME_SLICE); in expectEvent()
131 timeout -= TIME_SLICE; in expectEvent()
265 Thread.sleep(TIME_SLICE);
266 timeout -= TIME_SLICE;
324 Thread.sleep(TIME_SLICE);
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java36 private static final long TIME_SLICE = 100; field in CollectionAppWidgetProvider
140 handler.postDelayed(this, TIME_SLICE); in onUpdate()
144 handler.postDelayed(setScrollRunnable, TIME_SLICE); in onUpdate()
162 handler.postDelayed(this, TIME_SLICE); in onUpdate()
166 handler.postDelayed(setRelativeScrollRunnable, TIME_SLICE); in onUpdate()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestUtils.java31 private static final long TIME_SLICE = 100; // msec field in TestUtils
85 Thread.sleep(TIME_SLICE); in waitOnMainUntil()
89 timeout -= TIME_SLICE; in waitOnMainUntil()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1496 private static final long TIME_SLICE = 50; in waitForFlingDone() field in WebViewTest.ScrollDiffPollingCheck
1510 Thread.sleep(TIME_SLICE); in waitForFlingDone()