Searched refs:isShardable (Results 1 – 4 of 4) sorted by relevance
334 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) { in run()421 if (mTotalShards > 0 && isShardable()) { in setRunnerArgs()519 private boolean isShardable() { in isShardable() method in AndroidJUnitTest531 if (!isShardable()) { in split()
346 if (mTotalShards > 0 && !target.isShardable()) { in buildTests()393 if (mTotalShards > 0 && target.isShardable()) { in buildTests()
92 assertFalse("Nonshardable targets treated as shardable", target1.isShardable()); in testSimpleParse()93 assertTrue("Shardable targets not treated as shardable", target2.isShardable()); in testSimpleParse()
114 public boolean isShardable() { in isShardable() method in ListInstrumentationParser.InstrumentationTarget