Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DGeneralTestsConfigValidation.java533 IConfiguration config, List<String> disallowedTestTypes) throws ConfigurationException { in checkDisallowedTestType() argument
534 if (disallowedTestTypes == null || disallowedTestTypes.isEmpty()) { in checkDisallowedTestType()
539 ModuleTestTypeUtil.getMatchedConfigTestTypes(config, disallowedTestTypes); in checkDisallowedTestType()