Searched refs:IncrementCounterTaskAndPossiblyThrowAfter (Results 1 – 1 of 1) sorted by relevance
1119 private static class IncrementCounterTaskAndPossiblyThrowAfter extends TimerTask { class in TimerTest1126 IncrementCounterTaskAndPossiblyThrowAfter( in IncrementCounterTaskAndPossiblyThrowAfter() method in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter1176 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()