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.java1543 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/
DThreadPoolExecutorSubclassTest.java503 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
519 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
DThreadPoolExecutorTest.java357 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()
373 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
/libcore/api/
Dcurrent.txt16582 method public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler);