Searched defs:StopWatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStopWatchMap.java26 class StopWatch { class
36 public StopWatch(String name) { method in class:StopWatch
46 "Calling start with StopWatch already running");
54 "Calling stop with StopWatch already stopped");
74 private HashMap<String, StopWatch> mStopWatches = null;
77 mStopWatches = new HashMap<String, StopWatch>();
85 mStopWatches.put(stopWatchName, new StopWatch(stopWatchName));

Completed in 326 milliseconds