Searched defs:waitForObject (Results 1 – 2 of 2) sorted by relevance
1038 private UiObject2 waitForObject(BySelector selector) throws Exception { in waitForObject() method in UiBot1050 private UiObject2 waitForObject(UiObject2 parent, BySelector selector, Timeout timeout, in waitForObject() method in UiBot1069 public UiObject2 waitForObject(@Nullable UiObject2 parent, @NonNull BySelector selector, in waitForObject() method1081 protected UiObject2 waitForObject(@NonNull BySelector selector, @NonNull Timeout timeout) in waitForObject() method
262 private static UiObject2 waitForObject(BySelector selector) throws Exception { in waitForObject() method in TextViewIntegrationTest