Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java70 private int mModuleCount = 0; field in ModuleRepo
305 mModulesPerShard = mModuleCount / shards; in initialize()
306 if (mModuleCount % shards != 0) { in initialize()
377 mModuleCount++; in addModuleDef()