Lines Matching refs:backend
37 private ChimpChat(IChimpBackend backend) {
38 this.mBackend = backend;
48 IChimpBackend backend = createBackendByName(options.get("backend"));
49 if (backend == null) {
52 ChimpChat chimpchat = new ChimpChat(backend);
61 options.put("backend", "adb");
67 * Creates a specific backend by name.
69 * @param backendName the name of the backend to create
70 * @return the new backend, or null if none were found.
86 * Retrieves an instance of the device from the backend
96 * Retrieves an instance of the device from the backend.