Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java211 public boolean shouldUseParallelPreInvocationSetup(); in shouldUseParallelPreInvocationSetup() method
DCommandOptions.java680 public boolean shouldUseParallelPreInvocationSetup() { in shouldUseParallelPreInvocationSetup() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java676 if (config.getCommandOptions().shouldUseParallelPreInvocationSetup() in runDevicePreInvocationSetup()
709 if (config.getCommandOptions().shouldUseParallelPreInvocationSetup()) { in runDevicePreInvocationSetup()