Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java788 long startedAt; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() field in TimerTest.SlowThenFastTask
794 startedAt = System.currentTimeMillis(); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()
796 - (startedAt + (100 * wasRun)); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()
916 long startedAt; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() field in TimerTest.SlowThenFastTask
922 startedAt = System.currentTimeMillis(); in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()
924 - (startedAt + (100 * wasRun)); in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()