Home
last modified time | relevance | path

Searched refs:InvocationScope (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/guice/
DInvocationScopeModule.java30 private InvocationScope mScope;
33 this(InvocationScope.getDefault()); in InvocationScopeModule()
36 public InvocationScopeModule(InvocationScope scope) { in InvocationScopeModule()
46 bind(InvocationScope.class).toInstance(mScope); in configure()
50 .toProvider(InvocationScope.<IConfiguration>seededKeyProvider()) in configure()
55 .toProvider(InvocationScope.<DeviceSideCollectorSpecification>seededKeyProvider()) in configure()
60 .toProvider(InvocationScope.<IRescheduler>seededKeyProvider()) in configure()
DInvocationScope.java49 public class InvocationScope implements Scope { class
51 public InvocationScope() {} in InvocationScope() method in InvocationScope
65 private static InvocationScope sDefaultInstance = null;
67 public static InvocationScope getDefault() { in getDefault()
69 sDefaultInstance = new InvocationScope(); in getDefault()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java35 import com.android.tradefed.guice.InvocationScope;
103 InvocationScope getInvocationScope() { in setUp()
105 return new InvocationScope(); in setUp()
170 InvocationScope getInvocationScope() { in testParentSandboxInvocation_sharding()
172 return new InvocationScope(); in testParentSandboxInvocation_sharding()
270 InvocationScope getInvocationScope() { in testInvocation_sharding_notTests()
272 return new InvocationScope(); in testInvocation_sharding_notTests()
333 InvocationScope getInvocationScope() { in testInvocation_preInvocationFailing()
335 return new InvocationScope(); in testInvocation_preInvocationFailing()
DTestInvocationMultiTest.java31 import com.android.tradefed.guice.InvocationScope;
109 InvocationScope getInvocationScope() { in setUp()
111 return new InvocationScope(); in setUp()
DTestInvocationTest.java58 import com.android.tradefed.guice.InvocationScope;
277 InvocationScope getInvocationScope() { in setUp()
279 return new InvocationScope(); in setUp()
1600 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_noEnv()
1602 return new InvocationScope(); in testInvoke_deviceInfoBuild_noEnv()
1680 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_withEnv()
1682 return new InvocationScope(); in testInvoke_deviceInfoBuild_withEnv()
1772 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
1774 return new InvocationScope(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
/tools/tradefederation/core/tests/src/com/android/tradefed/guice/
DInvocationScopeTest.java76 InvocationScope scope = new InvocationScope(); in testInjection()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java34 import com.android.tradefed.guice.InvocationScope;
651 InvocationScope scope = getInvocationScope(); in invoke()
780 InvocationScope getInvocationScope() { in getInvocationScope()
781 return InvocationScope.getDefault(); in getInvocationScope()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DAndroidJUnitTestTest.java34 import com.android.tradefed.guice.InvocationScope;
78 private InvocationScope mScope;
83 mScope = new InvocationScope(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java42 import com.android.tradefed.guice.InvocationScope;
112 private InvocationScope mScope;
259 mScope = new InvocationScope(); in setUp()