Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java101 public TestMapping(List<String> testMappingRelativePaths, boolean ignoreTestMappingImports) { in TestMapping() argument
103 mIgnoreTestMappingImports = ignoreTestMappingImports; in TestMapping()