Searched refs:mGlobalHostMonitors (Results 1 – 1 of 1) sorted by relevance
193 private List<IHostMonitor> mGlobalHostMonitors = null; field in DeviceManager243 mGlobalHostMonitors = getGlobalConfig().getHostMonitors(); in init()244 if (mGlobalHostMonitors != null) { in init()245 for (IHostMonitor hm : mGlobalHostMonitors) { in init()1064 if (mGlobalHostMonitors != null ) { in terminate()1065 for (IHostMonitor hm : mGlobalHostMonitors) { in terminate()