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.java528 private Collection<Object> getAllConfigurationObjects(String excludedConfigName) { in getAllConfigurationObjects() argument
531 if (excludedConfigName != null) { in getAllConfigurationObjects()
533 if (!excludedConfigName.equals(entryList.getKey())) { in getAllConfigurationObjects()