Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java110 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields()
114 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
115 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields()
125 callback.expectEvent(mPassword, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
126 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields()
130 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillBothFields()
131 callback.expectEvent(mPassword, EVENT_INPUT_SHOWN); in testFocus_autofillBothFields()
163 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly()
167 callback.expectEvent(mUsername, EVENT_INPUT_HIDDEN); in testFocus_autofillUsernameOnly()
176 callback.expectEvent(mUsername, EVENT_INPUT_SHOWN); in testFocus_autofillUsernameOnly()
[all …]
DMyAutofillCallback.java68 public void expectEvent(@NonNull View view, int event) { in expectEvent() method in MyAutofillCallback