Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DIGlobalConfiguration.java326 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException; in cloneConfigWithFilter() argument
338 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter() argument
DGlobalConfiguration.java780 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException { in cloneConfigWithFilter() argument
781 return cloneConfigWithFilter(new HashSet<>(), whitelistConfigs); in cloneConfigWithFilter()
786 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter() argument
802 if (whitelistConfigs == null || whitelistConfigs.length == 0) { in cloneConfigWithFilter()
803 whitelistConfigs = CONFIGS_FOR_SUBPROCESS_WHITE_LIST; in cloneConfigWithFilter()
805 for (String config : whitelistConfigs) { in cloneConfigWithFilter()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java224 String[] whitelistConfigs = in runTests() local
233 .cloneConfigWithFilter(new HashSet<>(), whitelistConfigs); in runTests()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...