Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java88 private boolean mIgnoreTestMappingImports = true; field in TestMapping
103 mIgnoreTestMappingImports = ignoreTestMappingImports; in TestMapping()
135 if (!mIgnoreTestMappingImports) { in getTestCollection()
195 if (!mIgnoreTestMappingImports) { in getTestCollection()
330 if (root.has(IMPORTS) && !mIgnoreTestMappingImports) { in listTestMappingFiles()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java123 private boolean mIgnoreTestMappingImports = true; field in TestMappingSuiteRunner
202 new TestMapping(mTestMappingPaths, mIgnoreTestMappingImports); in loadTestInfos()
351 if (mReportImportPaths && !mIgnoreTestMappingImports) { in createIndividualTests()
635 if (mReportImportPaths && !mIgnoreTestMappingImports) { in checkTestMappingOptions()