Home
last modified time | relevance | path

Searched refs:setUncaughtExceptionHandler (Results 1 – 10 of 10) 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHandlerThreadTest.java53 handlerThread.setUncaughtExceptionHandler(new MyUncaughtExceptionHandler()); in shouldQuitLooperAndThread()
/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplTest.java62 t[i].setUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { in doShouldBeThreadSafe()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteQueueTest.java189 flusher.setUncaughtExceptionHandler(exHandler); in concurrentWriteAndFlush()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java355 thread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testRecursiveComputation()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java484 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
511 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java482 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
509 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()