Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java253 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_FromChildDirectory()
257 TestMapping.setTestMappingPaths(new ArrayList<>()); in testGetAllTestMappingPaths_FromChildDirectory()
284 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_FromParentDirectory()
288 TestMapping.setTestMappingPaths(new ArrayList<>()); in testGetAllTestMappingPaths_FromParentDirectory()
308 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_NoFilesFound()
313 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