Home
last modified time | relevance | path

Searched refs:setTestMappingPaths (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java170 TestMapping.setTestMappingPaths(new ArrayList<String>()); in testGetTests()
255 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_FromChildDirectory()
259 TestMapping.setTestMappingPaths(new ArrayList<>()); in testGetAllTestMappingPaths_FromChildDirectory()
286 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_FromParentDirectory()
290 TestMapping.setTestMappingPaths(new ArrayList<>()); in testGetAllTestMappingPaths_FromParentDirectory()
310 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_NoFilesFound()
315 TestMapping.setTestMappingPaths(new ArrayList<>()); in testGetAllTestMappingPaths_NoFilesFound()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java139 TestMapping.setTestMappingPaths(mTestMappingPaths); in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java82 public static void setTestMappingPaths(List<String> relativePaths) { in setTestMappingPaths() method in TestMapping
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java565 TestMapping.setTestMappingPaths(new ArrayList<String>()); in testLoadTests_shardNoTest()