Home
last modified time | relevance | path

Searched refs:HostMetricType (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DAbstractHostMonitor.java46 private HostMetricType mTag = HostMetricType.NONE;
65 public HostMetricType getTag() { in getTag()
86 public synchronized void addHostEvent(HostMetricType tag, HostDataPoint event) { in addHostEvent()
DIHostMonitor.java23 public enum HostMetricType { enum
34 public void addHostEvent(HostMetricType tag, HostDataPoint event); in addHostEvent()
/tools/tradefederation/core/javatests/com/android/tradefed/util/hostmetric/
DAbstractHostMonitorTest.java25 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;
68 mHostMonitor.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, fakeDataPoint); in testaddHostEvent_differentTag()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java105 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;
834 hm.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, data); in checkStrayThreads()