Home
last modified time | relevance | path

Searched defs:getModules (Results 1 – 5 of 5) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DIModuleRepo.java51 LinkedList<IModuleDef> getModules(String serial, int shardIndex); in getModules() method
DModuleRepo.java517 public LinkedList<IModuleDef> getModules(String serial, int shardIndex) { in getModules() method in ModuleRepo
/cts/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java76 List<IModuleResult> getModules(); in getModules() method
DLightInvocationResult.java76 public List<IModuleResult> getModules() { in getModules() method in LightInvocationResult
DInvocationResult.java48 public List<IModuleResult> getModules() { in getModules() method in InvocationResult