HomeSort by relevance Sort by last modified time
    Searched defs:EMPTY_RUNNABLE (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
Runnables.java 31 private static final Runnable EMPTY_RUNNABLE = new Runnable() {
41 return EMPTY_RUNNABLE;
  /external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java 42 private static final Runnable EMPTY_RUNNABLE = new Runnable() {
114 FutureTask<Void> emptyTask = new FutureTask<Void>(EMPTY_RUNNABLE, null);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 84 private static final Runnable EMPTY_RUNNABLE = new Runnable() {
256 executor.execute(EMPTY_RUNNABLE);
537 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon());
545 application.getExitingExecutorService(executor).execute(EMPTY_RUNNABLE);
546 verify(executor).execute(EMPTY_RUNNABLE);
563 assertTrue(executor.getThreadFactory().newThread(EMPTY_RUNNABLE).isDaemon());
571 application.getExitingScheduledExecutorService(executor).execute(EMPTY_RUNNABLE);
572 verify(executor).execute(EMPTY_RUNNABLE);
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 107 milliseconds