Searched defs:MonkeyRunnerOptions (Results 1 - 1 of 1) sorted by relevance

/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRunnerOptions.java25 public class MonkeyRunnerOptions { class
26 private static final Logger LOG = Logger.getLogger(MonkeyRunnerOptions.class.getName());
38 private MonkeyRunnerOptions(String hostname, int port, File scriptFile, String backend, method in class:MonkeyRunnerOptions
93 public static MonkeyRunnerOptions processOptions(String[] args) {
183 return new MonkeyRunnerOptions(hostname, port, scriptFile, backend, logLevel,

Completed in 118 milliseconds