Home
last modified time | relevance | path

Searched defs:waitForObject (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java1038 private UiObject2 waitForObject(BySelector selector) throws Exception { in waitForObject() method in UiBot
1050 private UiObject2 waitForObject(UiObject2 parent, BySelector selector, Timeout timeout, in waitForObject() method in UiBot
1069 public UiObject2 waitForObject(@Nullable UiObject2 parent, @NonNull BySelector selector, in waitForObject() method
1081 protected UiObject2 waitForObject(@NonNull BySelector selector, @NonNull Timeout timeout) in waitForObject() method
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextViewIntegrationTest.java262 private static UiObject2 waitForObject(BySelector selector) throws Exception { in waitForObject() method in TextViewIntegrationTest