HomeSort by relevance Sort by last modified time
    Searched refs:hostMonitors (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/config/
IGlobalConfiguration.java 74 * @param hostMonitors The list of monitors
77 public void setHostMonitors(List<IHostMonitor> hostMonitors) throws ConfigurationException;
GlobalConfiguration.java 440 public void setHostMonitors(List<IHostMonitor> hostMonitors) {
441 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 649 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances();
650 if (hostMonitors != null) {
651 for (IHostMonitor hm : hostMonitors) {
    [all...]

Completed in 160 milliseconds