Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java221 public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler handler) { in setRejectedExecutionHandler() method in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1525 public void setRejectedExecutionHandler(RejectedExecutionHandler handler) { in setRejectedExecutionHandler() method in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java309 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
324 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
DThreadPoolExecutorSubclassTest.java456 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
471 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java331 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
346 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
DThreadPoolExecutorSubclassTest.java478 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
493 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
/libcore/api/
Dcurrent.txt16402 method public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler);