Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java170 public String getModuleName() { in getModuleName() method in ConfigurationDescriptor
247 if (!protoDescriptor.getModuleName().isEmpty()) { in fromProto()
248 configDescriptor.mModuleName = protoDescriptor.getModuleName(); in fromProto()
/tools/tradefederation/core/src/com/android/tradefed/util/
DLocalRunInstructionBuilder.java78 StringBuilder testName = new StringBuilder(configDescriptor.getModuleName()); in getAtestInstruction()
100 configDescriptor.getModuleName(), optionDef.name)); in getAtestInstruction()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDescriptorTest.java77 assertEquals("test", descriptor.getModuleName()); in testSerialization()
82 assertEquals("test", desc.getModuleName()); in testSerialization()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java176 if (testsInTestMapping.containsKey(configDescriptor.getModuleName())) { in loadTests()
179 testsInTestMapping.get(configDescriptor.getModuleName())); in loadTests()
DModuleDefinition.java177 if (configDescriptor.getModuleName() != null) { in ModuleDefinition()
179 MODULE_NAME, configDescriptor.getModuleName()); in ModuleDefinition()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DCarModuleController.java45 CLog.d("Skipping module %s because it is only applicable to automotive.", getModuleName()); in shouldRun()
DBaseModuleController.java72 public final String getModuleName() { in getModuleName() method in BaseModuleController
DMinSdkModuleController.java67 getModuleName(), in shouldRun()
DNativeBridgeModuleController.java58 getModuleName()); in shouldRun()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTest.java107 public String getModuleName() { in getModuleName() method in NativeStressTest
DGoogleBenchmarkTest.java109 public String getModuleName() { in getModuleName() method in GoogleBenchmarkTest
DNativeBenchmarkTest.java128 public String getModuleName() { in getModuleName() method in NativeBenchmarkTest
DGTestBase.java183 public String getModuleName() { in getModuleName() method in GTestBase