Searched refs:setUncaughtExceptionPreHandler (Results 1 – 6 of 6) sorted by relevance
100 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks102 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
260 Thread.setUncaughtExceptionPreHandler(initialHandler); in uncaughtExceptionPreHandler_calledBeforeDefaultHandler()271 Thread.setUncaughtExceptionPreHandler(null); in uncaughtExceptionPreHandler_calledBeforeDefaultHandler()280 Thread.setUncaughtExceptionPreHandler(initialHandler); in uncaughtExceptionPreHandler_noDefaultHandler()290 Thread.setUncaughtExceptionPreHandler(null); in uncaughtExceptionPreHandler_noDefaultHandler()
145 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() method in Thread
291 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in Thread
2370 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
252 …method public static void setUncaughtExceptionPreHandler(@Nullable java.lang.Thread.UncaughtExcept…422 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…