Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DWebViewActivityTest.java138 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView);
143 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView);
262 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView);
350 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView);
383 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView);
514 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView);
530 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView);
558 callback.assertUiShownEventForVirtualChild(myWebView);
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DMyAutofillCallback.java134 public int assertUiShownEventForVirtualChild(View expectedView) throws InterruptedException { in assertUiShownEventForVirtualChild() method in MyAutofillCallback