Searched refs:MyAutofillService (Results 1 – 4 of 4) sorted by relevance
77 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 …]
87 String serviceName = MyAutofillService.COMPONENT_NAME; in setAutofillService()134 MyAutofillService.resetStaticState(); in enableMyAutofillService()135 MyAutofillService.setEnabled(true); in enableMyAutofillService()142 MyAutofillService.setEnabled(false); in disableMyAutofillService()
52 protected final AutofillTestWatcher mTestWatcher = MyAutofillService.getTestWatcher();
42 public class MyAutofillService extends AutofillService { class