Searched refs:ShardHelper (Results 1 – 7 of 7) sorted by relevance
62 import com.android.tradefed.invoker.shard.ShardHelper;290 return new ShardHelper() { in setUp()1279 mStubConfiguration.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, info); in testInvoke_shardableTest_legacy()1335 mStubConfiguration.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, info); in testInvoke_shardableTest_autoRetry()1634 return new ShardHelper(); in testInvoke_deviceInfoBuild_noEnv()1721 return new ShardHelper(); in testInvoke_deviceInfoBuild_withEnv()1831 return new ShardHelper(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
35 import com.android.tradefed.invoker.shard.ShardHelper;88 EasyMock.expect(mMockConfig.getConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION)) in setUp()90 EasyMock.expect(mMockConfig.getConfigurationObject(ShardHelper.LAST_SHARD_DETECTOR)) in setUp()111 return new ShardHelper(); in setUp()
74 private ShardHelper mHelper;85 new ShardHelper() { in setUp()319 new ShardHelper() { in testClone_withKeystore()
55 import com.android.tradefed.invoker.shard.ShardHelper;729 config.getConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION); in invoke()1104 Object obj = config.getConfigurationObject(ShardHelper.LAST_SHARD_DETECTOR); in deleteInvocationFiles()
112 toConfig.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, newInfo); in cloneBuildInfos()
41 public class StrictShardHelper extends ShardHelper {
56 public class ShardHelper implements IShardHelper { class