Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java780 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException { in cloneConfigWithFilter() argument
781 return cloneConfigWithFilter(new HashSet<>(), allowlistConfigs); in cloneConfigWithFilter()
786 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() argument
802 if (allowlistConfigs == null || allowlistConfigs.length == 0) { in cloneConfigWithFilter()
803 allowlistConfigs = CONFIGS_FOR_SUBPROCESS_ALLOW_LIST; in cloneConfigWithFilter()
805 for (String config : allowlistConfigs) { in cloneConfigWithFilter()
DIGlobalConfiguration.java326 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException; in cloneConfigWithFilter() argument
338 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() argument