Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DBaseModuleController.java72 public final String getModuleName() { in getModuleName() method in BaseModuleController
DNativeBridgeModuleController.java58 getModuleName()); in shouldRun()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java126 public String getModuleName() { in getModuleName() method in ConfigurationDescriptor
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTest.java107 public String getModuleName() { in getModuleName() method in NativeStressTest
DNativeBenchmarkTest.java128 public String getModuleName() { in getModuleName() method in NativeBenchmarkTest
DGoogleBenchmarkTest.java101 public String getModuleName() { in getModuleName() method in GoogleBenchmarkTest
DGTest.java206 public String getModuleName() { in getModuleName() method in GTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java148 if (configDescriptor.getModuleName() != null) { in ModuleDefinition()
150 MODULE_NAME, configDescriptor.getModuleName()); in ModuleDefinition()