Home
last modified time | relevance | path

Searched refs:setContinueExistingPeriodicTasksAfterShutdownPolicy (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledThreadPoolExecutor.java751 public void setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean value) { in setContinueExistingPeriodicTasksAfterShutdownPolicy() method in ScheduledThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java805 p.setContinueExistingPeriodicTasksAfterShutdownPolicy(policy); in testShutdown_cancellation()
DScheduledExecutorTest.java754 p.setContinueExistingPeriodicTasksAfterShutdownPolicy(policy); in testShutdown_cancellation()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DScheduledExecutorSubclassTest.java830 p.setContinueExistingPeriodicTasksAfterShutdownPolicy(policy); in testShutdown_cancellation()
DScheduledExecutorTest.java778 p.setContinueExistingPeriodicTasksAfterShutdownPolicy(policy); in testShutdown_cancellation()
/libcore/api/
Dcurrent.txt16286 method public void setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean);