Searched defs:wait (Results 1 – 3 of 3) sorted by relevance
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | WaitMixin.java | 33 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
|
| D | UiObject2.java | 212 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
|
| D | UiDevice.java | 200 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
|