Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DConfigurationTestMappingParserSettings.java30 public Set<String> mAllowedTestLists = new HashSet<>(); field in ConfigurationTestMappingParserSettings
DTestDiscoveryInvoker.java334 for (String allowedList : mappingParserSettings.mAllowedTestLists) { in discoverTestMappingDependencies()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java131 private Set<String> mAllowedTestLists = new HashSet<>(); field in TestMappingSuiteRunner
221 if (!mAllowedTestLists.isEmpty()) { in loadTestInfos()
222 CLog.i("Filtering tests from allowed test lists: %s", mAllowedTestLists); in loadTestInfos()
535 for (String testList : mAllowedTestLists) { in filterByAllowedTestLists()