Searched refs:InvocationScope (Results 1 – 6 of 6) sorted by relevance
28 private InvocationScope mScope;31 this(InvocationScope.getDefault()); in InvocationScopeModule()34 public InvocationScopeModule(InvocationScope scope) { in InvocationScopeModule()44 bind(InvocationScope.class).toInstance(mScope); in configure()48 .toProvider(InvocationScope.<IConfiguration>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()
76 InvocationScope scope = new InvocationScope(); in testInjection()
29 import com.android.tradefed.guice.InvocationScope;100 InvocationScope getInvocationScope() { in setUp()102 return new InvocationScope(); in setUp()
53 import com.android.tradefed.guice.InvocationScope;252 InvocationScope getInvocationScope() { in setUp()254 return new InvocationScope(); in setUp()875 InvocationScope getInvocationScope() { in testInvoke_strictShardableTest_withShardIndex()877 return new InvocationScope(); in testInvoke_strictShardableTest_withShardIndex()965 InvocationScope getInvocationScope() { in testInvoke_nonStrictShardableTest_withShardIndexNonZero()967 return new InvocationScope(); in testInvoke_nonStrictShardableTest_withShardIndexNonZero()1637 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_noEnv()1639 return new InvocationScope(); in testInvoke_deviceInfoBuild_noEnv()1707 InvocationScope getInvocationScope() { in testInvoke_deviceInfoBuild_withEnv()[all …]
31 import com.android.tradefed.guice.InvocationScope;613 InvocationScope scope = getInvocationScope(); in invoke()687 InvocationScope getInvocationScope() { in getInvocationScope()688 return InvocationScope.getDefault(); in getInvocationScope()