Searched defs:LogcatStopWatch (Results 1 – 2 of 2) sorted by relevance
22 public class LogcatStopWatch implements StopWatch { class30 public LogcatStopWatch(String tag, String name) { in LogcatStopWatch() method in LogcatStopWatch
27 assertTrue(profiler.start("myName") instanceof LogcatStopWatch); in testStartReturnsActualStopWatch() local