Home
last modified time | relevance | path

Searched refs:shardCountHint (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java81 public Collection<IRemoteTest> split(int shardCountHint) { in split() argument
83 for (int i = 0; i < shardCountHint; i++) { in split()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java222 public Collection<IRemoteTest> split(int shardCountHint) { in split() argument
225 return test.split(shardCountHint); in split()