Searched refs:assertUiShownEventForVirtualChild (Results 1 – 2 of 2) sorted by relevance
128 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()
111 int assertUiShownEventForVirtualChild(View expectedView) throws InterruptedException { in assertUiShownEventForVirtualChild() method in MyAutofillCallback