Searched refs:InvocationScope (Results 1 – 7 of 7) sorted by relevance
29 private InvocationScope mScope;32 this(InvocationScope.getDefault()); in InvocationScopeModule()35 public InvocationScopeModule(InvocationScope scope) { in InvocationScopeModule()45 bind(InvocationScope.class).toInstance(mScope); in configure()49 .toProvider(InvocationScope.<IConfiguration>seededKeyProvider()) in configure()54 .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()
38 import com.android.tradefed.guice.InvocationScope;114 InvocationScope getInvocationScope() { in setUp()116 return new InvocationScope(); in setUp()185 InvocationScope getInvocationScope() { in testParentSandboxInvocation_sharding()187 return new InvocationScope(); in testParentSandboxInvocation_sharding()287 InvocationScope getInvocationScope() { in testInvocation_sharding_notTests()289 return new InvocationScope(); in testInvocation_sharding_notTests()350 InvocationScope getInvocationScope() { in testInvocation_preInvocationFailing()352 return new InvocationScope(); in testInvocation_preInvocationFailing()
33 import com.android.tradefed.guice.InvocationScope;121 InvocationScope getInvocationScope() { in setUp()123 return new InvocationScope(); in setUp()
59 import com.android.tradefed.guice.InvocationScope;316 InvocationScope getInvocationScope() { in setUp()318 return new InvocationScope(); in setUp()1656 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_noEnv()1658 return new InvocationScope(); in testInvoke_deviceInfoBuild_noEnv()1740 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_withEnv()1742 return new InvocationScope(); in testInvoke_deviceInfoBuild_withEnv()1842 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()1844 return new InvocationScope(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
76 InvocationScope scope = new InvocationScope(); in testInjection()
44 import com.android.tradefed.guice.InvocationScope;787 InvocationScope scope = getInvocationScope(); in invoke()951 InvocationScope getInvocationScope() { in getInvocationScope()952 return InvocationScope.getDefault(); in getInvocationScope()