Home
last modified time | relevance | path

Searched refs:assertUiShownEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyAutofillCallback.java68 MyEvent assertUiShownEvent(View expectedView) throws InterruptedException { in assertUiShownEvent() method in MyAutofillCallback
80 void assertUiShownEvent(View expectedView, int expectedChildId) throws InterruptedException { in assertUiShownEvent() method in MyAutofillCallback
81 final MyEvent event = assertUiShownEvent(expectedView); in assertUiShownEvent()
DLoginActivityTest.java442 callback.assertUiShownEvent(username); in testAutofillCallbacks()
446 callback.assertUiShownEvent(password); in testAutofillCallbacks()
1533 callback.assertUiShownEvent(username); in fillResponseAuthBothFields()
1540 callback.assertUiShownEvent(password); in fillResponseAuthBothFields()
1546 callback.assertUiShownEvent(username); in fillResponseAuthBothFields()
1553 callback.assertUiShownEvent(username); in fillResponseAuthBothFields()
1559 callback.assertUiShownEvent(password); in fillResponseAuthBothFields()
1565 callback.assertUiShownEvent(username); in fillResponseAuthBothFields()
1572 callback.assertUiShownEvent(username); in fillResponseAuthBothFields()
1622 callback.assertUiShownEvent(username); in testFillResponseAuthJustOneField()
[all …]
DVirtualContainerActivityTest.java294 callback.assertUiShownEvent(mActivity.mCustomView, mActivity.mUsername.text.id); in testAutofillCallbacks()
299 callback.assertUiShownEvent(mActivity.mCustomView, mActivity.mPassword.text.id); in testAutofillCallbacks()