Searched refs:EMPTY_RUNNABLE (Results 1 – 5 of 5) sorted by relevance
31 private static final Runnable EMPTY_RUNNABLE = new Runnable() { field in Runnables41 return EMPTY_RUNNABLE; in doNothing()
85 private static final Runnable EMPTY_RUNNABLE = new Runnable() { field in MoreExecutorsTest256 executor.execute(EMPTY_RUNNABLE); in testExecuteAfterShutdown()537 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingExcutorService_executorSetToUseDaemonThreads()545 application.getExitingExecutorService(executor).execute(EMPTY_RUNNABLE); in testGetExitingExcutorService_executorDelegatesToOriginal()546 verify(executor).execute(EMPTY_RUNNABLE); in testGetExitingExcutorService_executorDelegatesToOriginal()563 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon()); in testGetExitingScheduledExcutorService_executorSetToUseDaemonThreads()571 application.getExitingScheduledExecutorService(executor).execute(EMPTY_RUNNABLE); in testGetExitingScheduledExcutorService_executorDelegatesToOriginal()572 verify(executor).execute(EMPTY_RUNNABLE); in testGetExitingScheduledExcutorService_executorDelegatesToOriginal()
42 private static final Runnable EMPTY_RUNNABLE = new Runnable() { field in InstrumentationUtils114 FutureTask<Void> emptyTask = new FutureTask<Void>(EMPTY_RUNNABLE, null); in tryWaitForIdleSync()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...