Searched refs:setUncaughtExceptionHandler (Results 1 – 9 of 9) sorted by relevance
42 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()46 current.setUncaughtExceptionHandler(null); in testGetAndSetUncaughtExceptionHandler()
237 public void setUncaughtExceptionHandler(UncaughtExceptionHandler x) { } in setUncaughtExceptionHandler() method in ForkJoinWorkerThread.InnocuousForkJoinWorkerThread
1593 wt.setUncaughtExceptionHandler(handler); in registerWorker()
152 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { throw new R… in setUncaughtExceptionHandler() method in Thread
140 public void setUncaughtExceptionHandler(@libcore.util.Nullable java.lang.Thread.UncaughtExceptionHa… in setUncaughtExceptionHandler() method in Thread
971 Thread.currentThread().setUncaughtExceptionHandler(handler); in test_get_setUncaughtExceptionHandler()974 Thread.currentThread().setUncaughtExceptionHandler(null); in test_get_setUncaughtExceptionHandler()
305 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() method in Thread
2180 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() method in Thread
972 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()