Searched defs:DO_NOTHING (Results 1 – 5 of 5) sorted by relevance
43 public static final Handler<Object> DO_NOTHING = new Handler<Object>() { field
33 private static final Runnable DO_NOTHING = new Runnable() { field in AsyncService
37 DO_NOTHING = 3; enumerator
15 DO_NOTHING, enumerator
38 private static final Runnable DO_NOTHING = new Runnable() { field in WrappingScheduledExecutorServiceTest