Home
last modified time | relevance | path

Searched refs:loadTests (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java103 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in CompatibilityTestSuite
110 return super.loadTests(); in loadTests()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java76 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in RetryFactoryTestTest.VoidCompatibilityTest
93 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in RetryFactoryTestTest.TestCompatibilityTestSuite
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java303 LinkedHashMap<String, IConfiguration> configs = test.loadTests(); in listModules()