Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java107 public static ScheduledExecutorService getExitingScheduledExecutorService( in getExitingScheduledExecutorService() method in MoreExecutors
110 .getExitingScheduledExecutorService(executor, terminationTimeout, timeUnit); in getExitingScheduledExecutorService()
167 public static ScheduledExecutorService getExitingScheduledExecutorService( in getExitingScheduledExecutorService() method in MoreExecutors
169 return new Application().getExitingScheduledExecutorService(executor); in getExitingScheduledExecutorService()
183 final ScheduledExecutorService getExitingScheduledExecutorService( in getExitingScheduledExecutorService() method in MoreExecutors.Application
217 final ScheduledExecutorService getExitingScheduledExecutorService( in getExitingScheduledExecutorService() method in MoreExecutors.Application
219 return getExitingScheduledExecutorService(executor, 120, TimeUnit.SECONDS); in getExitingScheduledExecutorService()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java562 assertNotNull(application.getExitingScheduledExecutorService(executor)); in testGetExitingScheduledExcutorService_executorSetToUseDaemonThreads()
571 application.getExitingScheduledExecutorService(executor).execute(EMPTY_RUNNABLE); in testGetExitingScheduledExcutorService_executorDelegatesToOriginal()
581 application.getExitingScheduledExecutorService(executor); in testGetScheduledExitingExcutorService_shutdownHookRegistered()