Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DIGlobalConfiguration.java367 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException; in cloneConfigWithFilter() method
379 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() method
393 public File cloneConfigWithFilter( in cloneConfigWithFilter() method
DGlobalConfiguration.java867 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException { in cloneConfigWithFilter() method in GlobalConfiguration
873 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() method in GlobalConfiguration
881 public File cloneConfigWithFilter( in cloneConfigWithFilter() method in GlobalConfiguration