Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java610 createInvocationExec(config.getConfigurationDescription().shouldUseSandbox()); in invoke()
719 public IInvocationExecution createInvocationExec(boolean isSandboxed) { in createInvocationExec() method in TestInvocation
/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()