Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DLoginTest.java78 mTestWatcher.setAutofillService(); in testFocus_serviceDoesNotAutofill()
106 mTestWatcher.setAutofillService(); in testFocus_autofillBothFields()
160 mTestWatcher.setAutofillService(); in testFocus_autofillUsernameOnly()
217 mTestWatcher.setAutofillService(); in testChange_serviceDoesNotAutofill()
231 mTestWatcher.setAutofillService(); in testChange_autofillBothFields()
246 mTestWatcher.setAutofillService(); in testChange_autofillUsernameOnly()
276 mTestWatcher.setAutofillService(); in testCallbacks()
H A DAutofillTestWatcher.java86 void setAutofillService() { in setAutofillService() method in AutofillTestWatcher