Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DThreadFactoryBuilder.java111 public ThreadFactoryBuilder setUncaughtExceptionHandler( in setUncaughtExceptionHandler() method in ThreadFactoryBuilder
170 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java143 builder.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER).build() in testUncaughtExceptionHandler_custom()
179 thread.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER); in testThreadFactory()
DAbstractIdleServiceTest.java40 executorThread.setUncaughtExceptionHandler(
DAbstractExecutionThreadServiceTest.java47 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
DAbstractServiceTest.java325 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in invokeOnExecutionThreadForTest()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java328 thread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testRecursiveComputation()