Searched refs:HostMetricType (Results 1 – 4 of 4) sorted by relevance
46 private HostMetricType mTag = HostMetricType.NONE;65 public HostMetricType getTag() { in getTag()86 public synchronized void addHostEvent(HostMetricType tag, HostDataPoint event) { in addHostEvent()
23 public enum HostMetricType { enum34 public void addHostEvent(HostMetricType tag, HostDataPoint event); in addHostEvent()
25 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;68 mHostMonitor.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, fakeDataPoint); in testaddHostEvent_differentTag()
105 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;834 hm.addHostEvent(HostMetricType.INVOCATION_STRAY_THREAD, data); in checkStrayThreads()