Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewActivityTest.java128 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView); in autofillOneDatasetTest()
133 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView); in autofillOneDatasetTest()
260 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave()
353 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave_withExternalViews_loadWebViewFirst()
384 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave_withExternalViews_loadWebViewFirst()
509 final int usernameChildId = callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave_withExternalViews_loadExternalViewsFirst()
525 final int passwordChildId = callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave_withExternalViews_loadExternalViewsFirst()
553 callback.assertUiShownEventForVirtualChild(myWebView); in testAutofillAndSave_withExternalViews_loadExternalViewsFirst()
DMyAutofillCallback.java111 int assertUiShownEventForVirtualChild(View expectedView) throws InterruptedException { in assertUiShownEventForVirtualChild() method in MyAutofillCallback