Searched refs:TIME_SLICE (Results 1 – 8 of 8) sorted by relevance
24 private static final long TIME_SLICE = 50; field in PollingCheck48 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()
35 private static final long TIME_SLICE = 50; field in Within49 SystemClock.sleep(TIME_SLICE); in verify()66 timeout -= TIME_SLICE; in verify()
34 private static final long TIME_SLICE = 50; // msec field in ImeEventStreamTestUtils130 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);
36 private static final long TIME_SLICE = 100; field in CollectionAppWidgetProvider140 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()
31 private static final long TIME_SLICE = 100; // msec field in TestUtils85 Thread.sleep(TIME_SLICE); in waitOnMainUntil()89 timeout -= TIME_SLICE; in waitOnMainUntil()
1496 private static final long TIME_SLICE = 50; in waitForFlingDone() field in WebViewTest.ScrollDiffPollingCheck1510 Thread.sleep(TIME_SLICE); in waitForFlingDone()