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.java76 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks
78 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java147 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()
158 Thread.setUncaughtExceptionPreHandler(null); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()
166 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_noDefaultHandler()
176 Thread.setUncaughtExceptionPreHandler(null); in testUncaughtExceptionPreHandler_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.java2124 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt734 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…
904 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…