Home
last modified time | relevance | path

Searched refs:connectWithTimeout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DUiAutomation.java330 connectWithTimeout(0, CONNECT_TIMEOUT_MILLIS); in connect()
343 connectWithTimeout(flags, CONNECT_TIMEOUT_MILLIS); in connect()
362 public void connectWithTimeout(int flags, long timeoutMillis) throws TimeoutException { in connectWithTimeout() method in UiAutomation
DInstrumentation.java2558 mUiAutomation.connectWithTimeout(flags, CONNECT_TIMEOUT_MILLIS); in getUiAutomation()