Searched refs:StopWatch (Results 1 – 4 of 4) sorted by relevance
28 public class StopWatch { class35 private StopWatch(String label) { in StopWatch() method in StopWatch43 public static StopWatch start(String label) { in start()44 return new StopWatch(label); in start()89 public static StopWatch getNullStopWatch() { in getNullStopWatch()93 private static class NullStopWatch extends StopWatch {
37 public class StopWatch { class42 private StopWatch(String name) { in StopWatch() method in StopWatch49 public static StopWatch start(String name) { in start()50 return new StopWatch(name); in start()
28 import com.android.contacts.util.StopWatch;154 private StopWatch mStopWatch = ENABLE_STOPWATCH155 ? StopWatch.start("QuickContact") : StopWatch.getNullStopWatch();557 mStopWatch = StopWatch.getNullStopWatch(); // We're done with it.
76 import com.android.contacts.util.StopWatch;494 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume()