HomeSort by relevance Sort by last modified time
    Searched refs:DELAY_MSEC (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 52 final long DELAY_MSEC = mActivity.INTERVAL + OFFSET;
53 assertTrue(DELAY_MSEC < mActivity.MILLISINFUTURE);
54 waitForAction(DELAY_MSEC);
61 int count = Long.valueOf(DELAY_MSEC / mActivity.INTERVAL).intValue() + 1;
BinderTest.java 46 private static final int DELAY_MSEC = 5000;
215 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
219 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service");
238 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
251 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service");
269 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
282 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
300 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
305 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service");
310 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service")
    [all...]

Completed in 54 milliseconds