Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1153 SwallowUncaughtExceptionHandler swallowUncaughtExceptionHandler = in testTimerCancelledAfterException() local
1155 Thread.setDefaultUncaughtExceptionHandler(swallowUncaughtExceptionHandler); in testTimerCancelledAfterException()
1179 swallowUncaughtExceptionHandler.waitForException(1000); in testTimerCancelledAfterException()
1210 SwallowUncaughtExceptionHandler swallowUncaughtExceptionHandler = in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge() local
1212 Thread.setDefaultUncaughtExceptionHandler(swallowUncaughtExceptionHandler); in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()
1236 swallowUncaughtExceptionHandler.waitForException(1000); in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()