Searched refs:expectEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | LoginTest.java | 110 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 …]
|
D | MyAutofillCallback.java | 68 public void expectEvent(@NonNull View view, int event) { in expectEvent() method in MyAutofillCallback
|