Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java75 mParentPreparerConfig = getParentTargetConfig(config); in doSetup()
93 mParentPreparerConfig = getParentTargetConfig(config); in doTeardown()
175 private IConfiguration getParentTargetConfig(IConfiguration config) throws TargetSetupError { in getParentTargetConfig() method in ParentSandboxInvocationExecution