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/
DConfiguration.java1105 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method in Configuration
1107 return setOptionsFromCommandLineArgs(listArgs, null); in setOptionsFromCommandLineArgs()
1114 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() method in Configuration
DIConfiguration.java489 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method
501 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() method
DConfigurationFactory.java537 final List<String> tmpUnconsumedArgs = config.setOptionsFromCommandLineArgs( in createConfigurationFromArgs()
665 remainingArgs.addAll(config.setOptionsFromCommandLineArgs(listArgs)); in createGlobalConfigurationFromArgs()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DIGlobalConfiguration.java153 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method
DGlobalConfiguration.java700 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() method in GlobalConfiguration