Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java208 List<String> remainingArgs = new ArrayList<String>(); in testCreateGlobalConfigurationFromArgs() local
211 new String[] {"cluster/avd-host-config.xml"}, remainingArgs); in testCreateGlobalConfigurationFromArgs()
214 Assert.assertTrue(remainingArgs.isEmpty()); in testCreateGlobalConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java661 List<String> remainingArgs) throws ConfigurationException { in createGlobalConfigurationFromArgs() argument
665 remainingArgs.addAll(config.setOptionsFromCommandLineArgs(listArgs)); in createGlobalConfigurationFromArgs()