Searched refs:isShardable (Results 1 – 4 of 4) sorted by relevance
92 assertFalse("Nonshardable targets treated as shardable", target1.isShardable()); in testSimpleParse()93 assertTrue("Shardable targets not treated as shardable", target2.isShardable()); in testSimpleParse()
258 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) { in run()332 if (mTotalShards > 0 && isShardable()) { in setRunnerArgs()410 private boolean isShardable() { in isShardable() method in AndroidJUnitTest417 if (!isShardable()) { in split()
276 if (mTotalShards > 0 && !target.isShardable()) { in buildTests()295 if (mTotalShards > 0 && target.isShardable()) { in buildTests()
110 public boolean isShardable() { in isShardable() method in ListInstrumentationParser.InstrumentationTarget