Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java797 if (!shouldDump(name, exclusionPatterns)) { in cloneConfigWithFilter()
817 private boolean shouldDump(String name, Set<String> patterns) { in shouldDump() method in GlobalConfiguration