HomeSort by relevance Sort by last modified time
    Searched defs:getDirectModule (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleMerger.java 42 if (suite1.getDirectModule() == null) {
45 if (suite2.getDirectModule() == null) {
48 mergeModules(suite1.getDirectModule(), suite2.getDirectModule());
53 if (suite1.getDirectModule() == null) {
56 if (suite2.getDirectModule() == null) {
59 if (!suite1.getDirectModule().getId().equals(suite2.getDirectModule().getId())) {
ITestSuite.java 785 public ModuleDefinition getDirectModule() {
    [all...]

Completed in 167 milliseconds