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

  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTestStub.java 29 public final long MILLISINFUTURE = 4500;
37 countDownTimer = new CountDownTimer(MILLISINFUTURE, INTERVAL) {
CountDownTimerTest.java 44 int count = (int) (mActivity.MILLISINFUTURE / mActivity.INTERVAL);
45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count;
53 assertTrue(DELAY_MSEC < mActivity.MILLISINFUTURE);
57 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL;

Completed in 168 milliseconds