Searched refs:setUncaughtExceptionHandler (Results 1 – 6 of 6) sorted by relevance
111 public ThreadFactoryBuilder setUncaughtExceptionHandler( in setUncaughtExceptionHandler() method in ThreadFactoryBuilder170 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()
143 builder.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER).build() in testUncaughtExceptionHandler_custom()179 thread.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER); in testThreadFactory()
40 executorThread.setUncaughtExceptionHandler(
47 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
325 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in invokeOnExecutionThreadForTest()
328 thread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testRecursiveComputation()