Searched refs:IHostMonitor (Results 1 – 7 of 7) sorted by relevance
24 import com.android.tradefed.util.hostmetric.IHostMonitor.HostDataPoint;25 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;
36 import com.android.tradefed.util.hostmetric.IHostMonitor;78 public List<IHostMonitor> getHostMonitors(); in getHostMonitors()109 public void setHostMonitors(List<IHostMonitor> hostMonitors) throws ConfigurationException; in setHostMonitors()
47 import com.android.tradefed.util.hostmetric.IHostMonitor;151 public static List<IHostMonitor> getHostMonitorInstances() { in getHostMonitorInstances()301 sObjTypeMap.put(HOST_MONITOR_TYPE_NAME, new ObjTypeInfo(IHostMonitor.class, true)); in getObjTypeMap()407 public List<IHostMonitor> getHostMonitors() { in getHostMonitors()408 return (List<IHostMonitor>) getConfigurationObjectList(HOST_MONITOR_TYPE_NAME); in getHostMonitors()582 public void setHostMonitors(List<IHostMonitor> hostMonitors) { in setHostMonitors()
21 public interface IHostMonitor { interface
34 public abstract class AbstractHostMonitor extends Thread implements IHostMonitor {
50 import com.android.tradefed.util.hostmetric.IHostMonitor;193 private List<IHostMonitor> mGlobalHostMonitors = null;245 for (IHostMonitor hm : mGlobalHostMonitors) { in init()1065 for (IHostMonitor hm : mGlobalHostMonitors) { in terminate()
103 import com.android.tradefed.util.hostmetric.IHostMonitor;104 import com.android.tradefed.util.hostmetric.IHostMonitor.HostDataPoint;105 import com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType;830 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances(); in checkStrayThreads()832 for (IHostMonitor hm : hostMonitors) { in checkStrayThreads()1170 List<IHostMonitor> getHostMonitor() { in getHostMonitor()