Home
last modified time | relevance | path

Searched defs:setRejectedExecutionHandler (Results 1 – 2 of 2) 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