Searched refs:doNothing (Results 1 – 3 of 3) sorted by relevance
19 public static void doNothing(boolean b) { in doNothing() method in Main33 doNothing(b == 42); in foo1()44 doNothing(b == 41); in foo2()
177 private void doNothing(Object obj) {} in doNothing() method in Main195 doNothing(localObj); in twoPath()217 doNothing(localObj); in triplet()
23 doNothing(); in run()27 private void doNothing() {} in doNothing() method in Main.ThreadRunnable