Searched refs:getRejectedExecutionHandler (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java1477 * @see #getRejectedExecutionHandler
1491 public RejectedExecutionHandler getRejectedExecutionHandler() { method in class:ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java392 * getRejectedExecutionHandler returns handler in constructor if not set
397 assertSame(h, p.getRejectedExecutionHandler());
403 * getRejectedExecutionHandler
409 assertSame(h, p.getRejectedExecutionHandler());
H A DThreadPoolExecutorTest.java273 * getRejectedExecutionHandler returns handler in constructor if not set
282 assertSame(h, p.getRejectedExecutionHandler());
288 * getRejectedExecutionHandler
297 assertSame(h, p.getRejectedExecutionHandler());

Completed in 71 milliseconds