Home
last modified time | relevance | path

Searched refs:getHostMonitorInstances (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java136 public static List<IHostMonitor> getHostMonitorInstances() { in getHostMonitorInstances() method in GlobalConfiguration
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java673 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances(); in checkStrayThreads()
923 return GlobalConfiguration.getHostMonitorInstances(); in getHostMonitor()