Searched defs:backend (Results 1 – 3 of 3) sorted by relevance
37 private ChimpChat(IChimpBackend backend) { in ChimpChat()48 IChimpBackend backend = createBackendByName(options.get("backend")); in getInstance() local
33 private final String backend; field in MonkeyRunnerOptions38 private MonkeyRunnerOptions(String hostname, int port, File scriptFile, String backend, in MonkeyRunnerOptions()100 String backend = "adb"; in processOptions() local
99 IChimpBackend backend = new AdbBackend(); in main() local