Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java178 public boolean shouldUseRemoteSandboxMode(); in shouldUseRemoteSandboxMode() method
DCommandOptions.java655 public boolean shouldUseRemoteSandboxMode() { in shouldUseRemoteSandboxMode() method in CommandOptions
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DTestZipDiscoveryExecutor.java105 || config.getCommandOptions().shouldUseRemoteSandboxMode()) { in discoverTestZips()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java395 if (config.getCommandOptions().shouldUseRemoteSandboxMode()) { in runRemote()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java1362 && !getCommandOptions().shouldUseRemoteSandboxMode()) { in resolveDynamicOptions()