HomeSort by relevance Sort by last modified time
    Searched defs:isShardable (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
ListInstrumentationParser.java 110 public boolean isShardable() {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
AndroidJUnitTest.java 258 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) {
332 if (mTotalShards > 0 && isShardable()) {
410 private boolean isShardable() {
417 if (!isShardable()) {

Completed in 97 milliseconds