Home
last modified time | relevance | path

Searched refs:uncaughtExceptionHandler (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DThreadFactoryBuilder.java49 private UncaughtExceptionHandler uncaughtExceptionHandler = null; field in ThreadFactoryBuilder
115 UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionHandler() argument
116 this.uncaughtExceptionHandler = checkNotNull(uncaughtExceptionHandler); in setUncaughtExceptionHandler()
153 final UncaughtExceptionHandler uncaughtExceptionHandler = in build() local
154 builder.uncaughtExceptionHandler; in build()
172 if (uncaughtExceptionHandler != null) { in build()
173 thread.setUncaughtExceptionHandler(uncaughtExceptionHandler); in build()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java124 ChannelHandler uncaughtExceptionHandler = in setup() local
151 channel = new EmbeddedChannel(uncaughtExceptionHandler, handler, userEventHandler); in setup()