Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDescriptorTest.java100 assertTrue(deserialized.shouldUseSandbox()); in testProtoSerialization()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DSandboxedInvocationExecution.java53 if (!config.getConfigurationDescription().shouldUseSandbox()) { in fetchBuild()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java176 public boolean shouldUseSandbox() { in shouldUseSandbox() method in ConfigurationDescriptor
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java789 if (config.getConfigurationDescription().shouldUseSandbox()) { in invoke()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java598 if (!config.getConfigurationDescription().shouldUseSandbox() in run()