Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/stability/tests/
DRebootStressTest.java60 private Integer mShards = null; field in RebootStressTest
115 mShards = shards; in setShards()
149 if (mShards == null || mShards <= 1) { in split()
152 Collection<IRemoteTest> shards = new ArrayList<IRemoteTest>(mShards); in split()
154 for (int i = mShards; i > 0; i--) { in split()
/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTest.java104 private Integer mShards = null; field in OtaStabilityTest
171 mShards = shards; in setShards()
177 if (mShards == null || mShards <= 1) { in split()
180 Collection<IRemoteTest> shards = new ArrayList<>(mShards); in split()
182 for (int i = mShards; i > 0; i--) { in split()