Home
last modified time | relevance | path

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

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