Searched refs:StrictShardHelper (Results 1 – 4 of 4) sorted by relevance
40 import com.android.tradefed.invoker.shard.StrictShardHelper;529 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_firstModuleRunsAll()571 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_parallelRun()619 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_withIndex()699 StrictShardHelper helper = new StrictShardHelper(); in helperTestShardIndex()
75 private StrictShardHelper mHelper;84 mHelper = new StrictShardHelper(); in setUp()
34 import com.android.tradefed.invoker.shard.StrictShardHelper;327 setShardingStrategy(new StrictShardHelper()); in GlobalConfiguration()
41 public class StrictShardHelper extends ShardHelper { class