Searched refs:setDefaultUncaughtExceptionHandler (Results 1 – 5 of 5) sorted by relevance
54 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()56 Thread.setDefaultUncaughtExceptionHandler(null); in testGetAndSetDefaultUncaughtExceptionHandler()
248 Thread.setDefaultUncaughtExceptionHandler(this); in test_interrupt()322 Thread.setDefaultUncaughtExceptionHandler(null); in uncaughtException()
44 Thread.setDefaultUncaughtExceptionHandler(testThreadDefaultUncaughtExceptionHandler); in setUp()50 Thread.setDefaultUncaughtExceptionHandler(originalThreadDefaultUncaughtExceptionHandler); in tearDown()
910 Thread.setDefaultUncaughtExceptionHandler(handler); in test_get_setDefaultUncaughtExceptionHandler()913 Thread.setDefaultUncaughtExceptionHandler(null); in test_get_setDefaultUncaughtExceptionHandler()
860 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setDefaultUncaughtExceptionHandler() method in Thread