Home
last modified time | relevance | path

Searched refs:setOptionsFromCommandLineArgs (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java423 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method
435 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() method
DIGlobalConfiguration.java141 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method
DConfigurationFactory.java501 final List<String> tmpUnconsumedArgs = config.setOptionsFromCommandLineArgs( in createConfigurationFromArgs()
583 remainingArgs.addAll(config.setOptionsFromCommandLineArgs(listArgs)); in createGlobalConfigurationFromArgs()
DConfiguration.java934 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method in Configuration
936 return setOptionsFromCommandLineArgs(listArgs, null); in setOptionsFromCommandLineArgs()
943 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() method in Configuration
DGlobalConfiguration.java632 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method in GlobalConfiguration