Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java283 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in testCreateGlobalConfiguration_configServer() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java161 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in createGlobalConfiguration() local
241 String[] args, List<String> nonConfigServerArgs) throws ConfigurationException { in createGlobalConfigServer()