Searched refs:BadAutofillService (Results 1 – 3 of 3) sorted by relevance
29 public class BadAutofillService extends AutofillService { class33 static final String SERVICE_NAME = BadAutofillService.class.getPackage().getName()34 + "/." + BadAutofillService.class.getSimpleName();
69 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);103 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);
2562 serviceIsDisabledWhenNewServiceIsInvalid(BadAutofillService.SERVICE_NAME); in testServiceIsDisabledWhenNewServiceInfoIsInvalid()