Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java329 connectWithTimeout(0, CONNECT_TIMEOUT_MILLIS); in connect()
342 connectWithTimeout(flags, CONNECT_TIMEOUT_MILLIS); in connect()
361 public void connectWithTimeout(int flags, long timeoutMillis) throws TimeoutException { in connectWithTimeout() method in UiAutomation
H A DInstrumentation.java2367 mUiAutomation.connectWithTimeout(flags, CONNECT_TIMEOUT_MILLIS); in getUiAutomation()