Home
last modified time | relevance | path

Searched defs:lastDelta (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java790 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() field in TimerTest.SlowThenFastTask
807 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() method in TimerTest.SlowThenFastTask
823 long lastDelta = slowThenFastTask.lastDelta(); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() local
918 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() field in TimerTest.SlowThenFastTask
935 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() method in TimerTest.SlowThenFastTask
952 long lastDelta = slowThenFastTask.lastDelta(); in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() local