Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1111 private static class IncrementCounterTaskAndPossiblyThrowAfter extends TimerTask { class in TimerTest
1118 IncrementCounterTaskAndPossiblyThrowAfter( in IncrementCounterTaskAndPossiblyThrowAfter() method in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter
1168 TimerTask taskThatDoesntThrow = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterException()
1172 TimerTask taskThatThrows = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterException()
1226 TimerTask taskThatDoesntThrow = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()
1230 TimerTask taskThatThrows = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()