HomeSort by relevance Sort by last modified time
    Searched defs:uncaughtExceptionHandler (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 22 import java.lang.Thread.UncaughtExceptionHandler;
49 private UncaughtExceptionHandler uncaughtExceptionHandler = null;
104 * Sets the {@link UncaughtExceptionHandler} for new threads created with this
107 * @param uncaughtExceptionHandler the uncaught exception handler for new
112 UncaughtExceptionHandler uncaughtExceptionHandler) {
113 this.uncaughtExceptionHandler = checkNotNull(uncaughtExceptionHandler);
150 final UncaughtExceptionHandler uncaughtExceptionHandler
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 16 milliseconds