Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DStopWatch.java26 public class StopWatch implements AutoCloseable { class
31 public StopWatch(String tag) { in StopWatch() method in StopWatch
/packages/apps/Dialer/java/com/android/contacts/common/util/
DStopWatch.java23 public class StopWatch { class
30 private StopWatch(String label) { in StopWatch() method in StopWatch
/packages/apps/Contacts/src/com/android/contacts/util/
DStopWatch.java28 public class StopWatch { class
35 private StopWatch(String label) { in StopWatch() method in StopWatch
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DStopWatch.java20 public interface StopWatch { interface
/packages/modules/Bluetooth/system/gd/common/
Dstop_watch.cc85 StopWatch::StopWatch(std::string text) in StopWatch() function in bluetooth::common::StopWatch