Home
last modified time | relevance | path

Searched refs:uncaughtExceptionHandler (Results 1 – 1 of 1) 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()