Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java31 assertEquals(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
33 assertEquals(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
35 assertEquals(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
DForkJoinPoolTest.java267 assertSame(eh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
/libcore/libart/src/main/java/java/lang/
DThread.java617 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java964 assertSame(handler, Thread.currentThread().getUncaughtExceptionHandler()); in test_get_setUncaughtExceptionHandler()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java574 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java2622 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in ForkJoinPool