Searched refs:mTotalShards (Results 1 – 2 of 2) sorted by relevance
218 private int mTotalShards = 0; field in InstalledInstrumentationsTest294 mTotalShards = totalShards; in setTotalShards()346 if (mTotalShards > 0 && !target.isShardable()) { in buildTests()348 if ((numUnshardedTests - 1) % mTotalShards != mShardIndex) { in buildTests()393 if (mTotalShards > 0 && target.isShardable()) { in buildTests()395 t.addInstrumentationArg("numShards", Integer.toString(mTotalShards)); in buildTests()491 shard.mTotalShards = shardCount; in getTestShard()
167 private int mTotalShards = 0; field in AndroidJUnitTest334 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) { in run()421 if (mTotalShards > 0 && isShardable()) { in setRunnerArgs()423 runner.addInstrumentationArg(NUM_SHARD_INST_ARGS_KEY, Integer.toString(mTotalShards)); in setRunnerArgs()565 shard.mTotalShards = shardCount; in getTestShard()