Home
last modified time | relevance | path

Searched refs:hostMonitors (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DIGlobalConfiguration.java88 public void setHostMonitors(List<IHostMonitor> hostMonitors) throws ConfigurationException; in setHostMonitors() argument
DGlobalConfiguration.java546 public void setHostMonitors(List<IHostMonitor> hostMonitors) { in setHostMonitors() argument
547 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java673 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances(); in checkStrayThreads() local
674 if (hostMonitors != null) { in checkStrayThreads()
675 for (IHostMonitor hm : hostMonitors) { in checkStrayThreads()