Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java541 String excludedConfigName, boolean includeDisabled) { in getAllConfigurationObjects() argument
544 if (excludedConfigName != null && excludedConfigName.equals(entryList.getKey())) { in getAllConfigurationObjects()