Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DThreadFactoryBuilder.java114 public ThreadFactoryBuilder setUncaughtExceptionHandler( in setUncaughtExceptionHandler() method in ThreadFactoryBuilder
173 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java152 builder.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER).build() in testUncaughtExceptionHandler_custom()
188 thread.setUncaughtExceptionHandler(UNCAUGHT_EXCEPTION_HANDLER); in testThreadFactory()
DAbstractExecutionThreadServiceTest.java49 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
DAbstractServiceTest.java515 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in invokeOnExecutionThreadForTest()
/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplTest.java61 t[i].setUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { in doShouldBeThreadSafe()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java355 thread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testRecursiveComputation()
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java666 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
682 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()