Home
last modified time | relevance | path

Searched refs:setUncaughtExceptionPreHandler (Results 1 – 6 of 6) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DRuntimeHooks.java100 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks
102 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java260 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()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java145 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() method in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java291 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java2370 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
/libcore/api/
Dmodule-lib-current.txt252 …method public static void setUncaughtExceptionPreHandler(@Nullable java.lang.Thread.UncaughtExcept…
422 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…