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.java1119 private static class IncrementCounterTaskAndPossiblyThrowAfter extends TimerTask { class in TimerTest
1126 IncrementCounterTaskAndPossiblyThrowAfter( in IncrementCounterTaskAndPossiblyThrowAfter() method in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter
1176 TimerTask taskThatDoesntThrow = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterException()
1180 TimerTask taskThatThrows = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterException()
1234 TimerTask taskThatDoesntThrow = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()
1238 TimerTask taskThatThrows = new IncrementCounterTaskAndPossiblyThrowAfter( in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()