Home
last modified time | relevance | path

Searched refs:unconfigurableScheduledExecutorService (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorsTest.java194 ExecutorService e = Executors.unconfigurableScheduledExecutorService(null); in testUnconfigurableScheduledExecutorServiceNPE()
252 Executors.unconfigurableScheduledExecutorService in testUnconfigurableScheduledExecutorService()
/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java337 …public static ScheduledExecutorService unconfigurableScheduledExecutorService(ScheduledExecutorSer… in unconfigurableScheduledExecutorService() method in Executors