Home
last modified time | relevance | path

Searched defs:allowlistConfigs (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DIGlobalConfiguration.java326 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException; in cloneConfigWithFilter()
338 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter()
DGlobalConfiguration.java780 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException { in cloneConfigWithFilter()
786 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter()