Searched defs:DO_NOTHING (Results 1 – 2 of 2) sorted by relevance
43 public static final Handler<Object> DO_NOTHING = new Handler<Object>() { field
97 private static final Runnable DO_NOTHING = new Runnable() { field in ExecutionListTest