Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1029 final int timeSleeping = 200; in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy() local
1037 Thread.sleep(timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()
1044 t.scheduleAtFixedRate(task, 1 /* delay */, timeSleeping / 2 /* rate */); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()
1045 Thread.sleep(timeSleeping * 8); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()
1050 Thread.sleep(2 * timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()
1067 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelled() local
1075 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelled()
1089 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelledAndPurged() local
1097 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelledAndPurged()