Searched refs:InvocationScope (Results 1 – 9 of 9) sorted by relevance
30 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()
49 public class InvocationScope implements Scope { class51 public InvocationScope() {} in InvocationScope() method in InvocationScope65 private static InvocationScope sDefaultInstance = null;67 public static InvocationScope getDefault() { in getDefault()69 sDefaultInstance = new InvocationScope(); in getDefault()
35 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()
31 import com.android.tradefed.guice.InvocationScope;109 InvocationScope getInvocationScope() { in setUp()111 return new InvocationScope(); in setUp()
58 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()
76 InvocationScope scope = new InvocationScope(); in testInjection()
34 import com.android.tradefed.guice.InvocationScope;651 InvocationScope scope = getInvocationScope(); in invoke()780 InvocationScope getInvocationScope() { in getInvocationScope()781 return InvocationScope.getDefault(); in getInvocationScope()
34 import com.android.tradefed.guice.InvocationScope;78 private InvocationScope mScope;83 mScope = new InvocationScope(); in setUp()
42 import com.android.tradefed.guice.InvocationScope;112 private InvocationScope mScope;259 mScope = new InvocationScope(); in setUp()