Home
last modified time | relevance | path

Searched defs:modules (Results 1 – 7 of 7) sorted by relevance

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java134 List<IModuleResult> modules = result.getModules(); in testResultReporting() local
170 List<IModuleResult> modules = result.getModules(); in testResultReporting_moduleNotDone() local
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java194 List<IModuleDef> modules = mRepo.getModules(SERIAL1); in testFiltering() local
204 List<IModuleDef> modules = mRepo.getModules(SERIAL3); in testParsing() local
240 List<IModuleDef> modules = new ArrayList<>(); in testSplit() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java489 List<IModuleDef> modules = new ArrayList<>(mModulesPerShard); in getModules() local
522 private void getModulesWithTokens(Set<String> tokens, List<IModuleDef> modules) { in getModulesWithTokens()
540 private void getModules(List<IModuleDef> modules) { in getModules()
577 List<String> modules = new ArrayList<String>(names.length); in getModuleNamesMatching() local
DCompatibilityTest.java309 List<IModuleDef> modules = mModuleRepo.getModules(getDevice().getSerialNumber()); in run() local
572 List<String> modules = ModuleRepo.getModuleNamesMatching( in setupFilters() local
/cts/common/util/src/com/android/compatibility/common/util/
DInvocationResult.java45 ArrayList<IModuleResult> modules = new ArrayList<>(mModuleResults.values()); in getModules() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java200 List<String> modules = new ArrayList<>(); in listModules() local
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java211 String modules = String.format(JOIN, moduleA, moduleB); in testParsing() local
253 List<IModuleResult> modules = result.getModules(); in checkResult() local