Searched refs:mShardIndex (Results 1 – 6 of 6) sorted by relevance
219 private int mShardIndex = 0; field in InstalledInstrumentationsTest303 mShardIndex = shardIndex; in setShardIndex()348 if ((numUnshardedTests - 1) % mTotalShards != mShardIndex) { in buildTests()394 t.addInstrumentationArg("shardIndex", Integer.toString(mShardIndex)); in buildTests()490 shard.mShardIndex = shardIndex; in getTestShard()
168 private int mShardIndex = 0; field in AndroidJUnitTest334 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) { in run()422 runner.addInstrumentationArg(SHARD_INDEX_INST_ARGS_KEY, Integer.toString(mShardIndex)); in setRunnerArgs()564 shard.mShardIndex = shardIndex; in getTestShard()
182 private int mShardIndex = 0; field in GTestBase254 mShardIndex = shardIndex; in setShardIndex()259 return mShardIndex; in getShardIndex()643 shard.mShardIndex = shardIndex; in getTestShard()
62 private final Integer mShardIndex; field in ClusterCommand99 mShardIndex = shardIndex; in ClusterCommand()202 return mShardIndex; in getShardIndex()
109 private Integer mShardIndex; field in CommandOptions390 return mShardIndex; in getShardIndex()398 mShardIndex = shardIndex; in setShardIndex()
81 protected Integer mShardIndex = null; field in TestSuiteStub178 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run()