Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java142 boolean parallelSetup = getSandboxOptions(config).shouldParallelSetup(); in doSetup()
188 boolean parallelSetup = getSandboxOptions(config).shouldParallelSetup(); in runDevicePreInvocationSetup()
269 if (getSandboxOptions(config).shouldParallelSetup()) { in prepareAndRunSandbox()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxOptions.java260 public boolean shouldParallelSetup() { in shouldParallelSetup() method in SandboxOptions
DTradefedSandbox.java372 if (!getSandboxOptions(config).shouldParallelSetup()) { in prepareEnvironment()