Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java85 mTestMapping.getTestCollection( in testparseTestMapping()
103 mTestMapping.getTestCollection( in testparseTestMapping()
121 mTestMapping.getTestCollection( in testparseTestMapping()
147 mTestMapping.getTestCollection( in testparseTestMapping()
183 mTestMapping.getTestCollection( in testparseTestMapping_BadJson()
764 testMapping.getTestCollection( in testIncludeImports()
788 testMapping.getTestCollection( in testIncludeImports()
861 mTestMapping.getTestCollection( in testExcludeImports()
1118 testMapping.getTestCollection( in testparseTestMappingWithFilePatterns()
1138 testMapping.getTestCollection( in testparseTestMappingWithFilePatterns()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java115 Map<String, Set<TestInfo>> getTestCollection( in getTestCollection() method in TestMapping
200 .getTestCollection( in getTestCollection()
518 getTestCollection( in getTests()
612 getTestCollection(path, testMappingsRootPath, new HashSet<>()); in getAllTests()