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.java85 public static void setUncaughtExceptionPreHandler( in setUncaughtExceptionPreHandler() method in RuntimeHooks
87 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java233 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()
244 Thread.setUncaughtExceptionPreHandler(null); in testUncaughtExceptionPreHandler_calledBeforeDefaultHandler()
252 Thread.setUncaughtExceptionPreHandler(initialHandler); in testUncaughtExceptionPreHandler_noDefaultHandler()
262 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.java2141 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() method in Thread
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt601 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…
759 …method public static void setUncaughtExceptionPreHandler(java.lang.Thread.UncaughtExceptionHandler…