Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java253 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in testCreateGlobalConfiguration_configServer() local
257 nonConfigServerArgs); in testCreateGlobalConfiguration_configServer()
263 assertTrue(nonConfigServerArgs.size() == 2); in testCreateGlobalConfiguration_configServer()
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java141 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in createGlobalConfiguration() local
143 createGlobalConfigServer(args, nonConfigServerArgs); in createGlobalConfiguration()
158 nonConfigServerArgs.toArray(new String[0])), in createGlobalConfiguration()
216 String[] args, List<String> nonConfigServerArgs) throws ConfigurationException { in createGlobalConfigServer() argument
220 nonConfigServerArgs.addAll(Arrays.asList(args)); in createGlobalConfigServer()
229 ArrayUtil.buildArray(new String[] {path}, args), nonConfigServerArgs); in createGlobalConfigServer()