Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java236 globalDeviceFilter = getGlobalConfig().getDeviceRequirements(); in init()
240 globalDeviceMonitors = getGlobalConfig().getDeviceMonitors(); in init()
243 mGlobalHostMonitors = getGlobalConfig().getHostMonitors(); in init()
335 List<IMultiDeviceRecovery> recoverers = getGlobalConfig().getMultiDeviceRecoveryHandlers(); in startAdbBridgeAndDependentServices()
407 IGlobalConfiguration getGlobalConfig() { in getGlobalConfig() method in DeviceManager
417 return getGlobalConfig().getHostOptions(); in getHostOptions()
534 for (String ip : getGlobalConfig().getHostOptions().getKnownGceDeviceIpPool()) { in addNetworkDevices()
542 getGlobalConfig().getHostOptions().getKnownPreconfigureVirtualDevicePool()) { in addNetworkDevices()
561 for (String ip : getGlobalConfig().getHostOptions().getKnownRemoteDeviceIpPool()) { in addNetworkDevices()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java399 IGlobalConfiguration getGlobalConfig() { in getGlobalConfig() method in DynamicRemoteFileResolver
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java242 IGlobalConfiguration getGlobalConfig() { in createDeviceManagerNoInit()