Home
last modified time | relevance | path

Searched refs:getRejectedExecutionHandler (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java225 public java.util.concurrent.RejectedExecutionHandler getRejectedExecutionHandler() { in getRejectedExecutionHandler() method in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1537 public RejectedExecutionHandler getRejectedExecutionHandler() { in getRejectedExecutionHandler() method in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java294 assertSame(handler, p.getRejectedExecutionHandler()); in testGetRejectedExecutionHandler()
310 assertSame(handler, p.getRejectedExecutionHandler()); in testSetRejectedExecutionHandler()
DThreadPoolExecutorSubclassTest.java441 assertSame(handler, p.getRejectedExecutionHandler()); in testGetRejectedExecutionHandler()
457 assertSame(handler, p.getRejectedExecutionHandler()); in testSetRejectedExecutionHandler()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java316 assertSame(handler, p.getRejectedExecutionHandler()); in testGetRejectedExecutionHandler()
332 assertSame(handler, p.getRejectedExecutionHandler()); in testSetRejectedExecutionHandler()
DThreadPoolExecutorSubclassTest.java463 assertSame(handler, p.getRejectedExecutionHandler()); in testGetRejectedExecutionHandler()
479 assertSame(handler, p.getRejectedExecutionHandler()); in testSetRejectedExecutionHandler()
/libcore/api/
Dcurrent.txt16389 method public java.util.concurrent.RejectedExecutionHandler getRejectedExecutionHandler();