Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java719 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in createInvocationExec() argument
720 if (isSandboxed) { in createInvocationExec()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java237 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in setUp()
860 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in testInvoke_strictShardableTest_withShardIndex()
950 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in testInvoke_nonStrictShardableTest_withShardIndexNonZero()
1616 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in testInvoke_deviceInfoBuild_noEnv()
1684 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in testInvoke_deviceInfoBuild_withEnv()
1770 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
DTestInvocationMultiTest.java85 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in setUp()