Home
last modified time | relevance | path

Searched refs:MyAutofillService (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DLoginTest.java77 MyAutofillService.newCannedResponse().reply(); in testFocus_serviceDoesNotAutofill()
84 MyAutofillService.getLastFillRequest(); in testFocus_serviceDoesNotAutofill()
102 MyAutofillService.newCannedResponse() in testFocus_autofillBothFields()
117 MyAutofillService.getLastFillRequest(); in testFocus_autofillBothFields()
156 MyAutofillService.newCannedResponse() in testFocus_autofillUsernameOnly()
171 MyAutofillService.getLastFillRequest(); in testFocus_autofillUsernameOnly()
227 MyAutofillService.newCannedResponse() in testChange_autofillBothFields()
242 MyAutofillService.newCannedResponse() in testChange_autofillUsernameOnly()
257 MyAutofillService.getLastFillRequest(); in changeTest()
272 MyAutofillService.newCannedResponse() in testCallbacks()
[all …]
H A DAutofillTestWatcher.java87 String serviceName = MyAutofillService.COMPONENT_NAME; in setAutofillService()
134 MyAutofillService.resetStaticState(); in enableMyAutofillService()
135 MyAutofillService.setEnabled(true); in enableMyAutofillService()
142 MyAutofillService.setEnabled(false); in disableMyAutofillService()
H A DAbstractAutofillPerfTestCase.java52 protected final AutofillTestWatcher mTestWatcher = MyAutofillService.getTestWatcher();
H A DMyAutofillService.java42 public class MyAutofillService extends AutofillService { class