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

/sdk/chimpchat/src/com/android/chimpchat/core/
H A DIChimpBackend.java30 IChimpDevice waitForConnection(); method in interface:IChimpBackend
39 IChimpDevice waitForConnection(long timeoutMs, String deviceIdRegex); method in interface:IChimpBackend
/sdk/chimpchat/src/com/android/chimpchat/
H A DChimpChat.java91 public IChimpDevice waitForConnection(long timeoutMs, String deviceId){ method in class:ChimpChat
92 return mBackend.waitForConnection(timeoutMs, deviceId);
100 public IChimpDevice waitForConnection(){ method in class:ChimpChat
101 return mBackend.waitForConnection(Integer.MAX_VALUE, ".*");
/sdk/chimpchat/src/com/android/chimpchat/adb/
H A DAdbBackend.java97 public IChimpDevice waitForConnection() { method in class:AdbBackend
98 return waitForConnection(Integer.MAX_VALUE, ".*");
102 public IChimpDevice waitForConnection(long timeoutMs, String deviceIdRegex) { method in class:AdbBackend
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRunner.java63 public static MonkeyDevice waitForConnection(PyObject[] args, String[] kws) { method in class:MonkeyRunner
75 IChimpDevice device = chimpchat.waitForConnection(timeoutMs,

Completed in 138 milliseconds