Home
last modified time | relevance | path

Searched refs:mShardIndex (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java56 protected Integer mShardIndex = null; field in TestStub
120 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java298 private Integer mShardIndex = null; field in CompatibilityTest
329 mShardIndex = shardIndex; in CompatibilityTest()
551 mModuleRepo.initialize(mTotalShards, mShardIndex, mBuildHelper.getTestsDir(), in initializeModuleRepo()
569 return mModuleRepo.getModules(getDevice().getSerialNumber(), mShardIndex); in initializeModuleRepo()
980 return mShardIndex; in getShardIndex()
DModuleRepo.java78 private Integer mShardIndex; field in ModuleRepo
184 mShardIndex = shardIndex; in initialize()