Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java86 private List<String> mTestMappingRelativePaths = new ArrayList<>(); field in TestMapping
102 mTestMappingRelativePaths = testMappingRelativePaths; in TestMapping()
199 new TestMapping(mTestMappingRelativePaths, true) in getTestCollection()
255 if (mTestMappingRelativePaths.isEmpty() || filePatterns.isEmpty()) { in isMatchedFilePatterns()
506 CLog.d("Relative test mapping paths: %s", mTestMappingRelativePaths); in getTests()
508 mTestMappingRelativePaths.isEmpty() in getTests()
550 for (String path : mTestMappingRelativePaths) { in getAllTestMappingPaths()
569 "Couldn't find TEST_MAPPING files from %s", mTestMappingRelativePaths)); in getAllTestMappingPaths()