Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java222 globalDeviceFilter = getGlobalConfig().getDeviceRequirements(); in init()
226 globalDeviceMonitors = getGlobalConfig().getDeviceMonitors(); in init()
229 mGlobalHostMonitors = getGlobalConfig().getHostMonitors(); in init()
314 List<IMultiDeviceRecovery> recoverers = getGlobalConfig().getMultiDeviceRecoveryHandlers(); in startAdbBridgeAndDependentServices()
386 IGlobalConfiguration getGlobalConfig() { in getGlobalConfig() method in DeviceManager
396 return getGlobalConfig().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java194 IGlobalConfiguration globalConfig = getGlobalConfig(); in getResolver()
215 IGlobalConfiguration getGlobalConfig() { in getGlobalConfig() method in DynamicRemoteFileResolver
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java358 IGlobalConfiguration getGlobalConfig() { in testResolve_addition()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java273 IGlobalConfiguration getGlobalConfig() { in createDeviceManagerNoInit()