Home
last modified time | relevance | path

Searched defs:createStarted (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava/src/com/google/common/base/
DStopwatch.java125 public static Stopwatch createStarted() { in createStarted() method in Stopwatch
134 public static Stopwatch createStarted(Ticker ticker) { in createStarted() method in Stopwatch
/external/guava/guava/src/com/google/common/base/
DStopwatch.java129 public static Stopwatch createStarted() { in createStarted() method in Stopwatch
138 public static Stopwatch createStarted(Ticker ticker) { in createStarted() method in Stopwatch
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DStopWatch.java176 public static StopWatch createStarted() { in createStarted() method in StopWatch