Home
last modified time | relevance | path

Searched defs:LogcatStopWatch (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DLogcatStopWatch.java22 public class LogcatStopWatch implements StopWatch { class
30 public LogcatStopWatch(String tag, String name) { in LogcatStopWatch() method in LogcatStopWatch
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/profiling/
DProfilingTest.java27 assertTrue(profiler.start("myName") instanceof LogcatStopWatch); in testStartReturnsActualStopWatch() local