Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DWaitMixin.java33 public <U> U wait(Condition<? super T, U> condition, long timeout) { in wait() method in WaitMixin
37 public <U> U wait(Condition<? super T, U> condition, long timeout, long interval) { in wait() method in WaitMixin
DUiObject2.java212 public <U> U wait(@NonNull UiObject2Condition<U> condition, long timeout) { in wait() method in UiObject2
224 public <U> U wait(@NonNull SearchCondition<U> condition, long timeout) { in wait() method in UiObject2
237 public <U> U wait(@NonNull Condition<? super UiObject2, U> condition, long timeout) { in wait() method in UiObject2
DUiDevice.java200 public <U> U wait(@NonNull SearchCondition<U> condition, long timeout) { in wait() method in UiDevice
212 public <U> U wait(@NonNull Condition<? super UiDevice, U> condition, long timeout) { in wait() method in UiDevice