Home
last modified time | relevance | path

Searched refs:getTests (Results 1 – 7 of 7) sorted by relevance

/test/vts/testcases/template/param_test/
Dparam_test.py93 original_tests = self.getTests(test_names)
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/presubmit/
DVtsConfigLoadingTest.java76 for (IRemoteTest test : c.getTests()) { in testConfigurationLoad()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java254 for (IRemoteTest test : c.getTests()) { in testConfigurationLoad()
342 for (IRemoteTest test : c.getTests()) { in testConfigurationLoad()
DApkPackageNameCheck.java149 List<IRemoteTest> tests = c.getTests(); in testApkPackageNames()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java344 for (IRemoteTest test : config.getTests()) { in splitModules()
/test/vts/runners/host/
Dbase_test.py1224 def getTests(self, test_names=None): member in BaseTestClass
1464 tests = self.getTests(test_names)
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java252 List<IRemoteTest> tests = config.getTests(); in initialize()