Searched refs:BadAutofillService (Results 1 – 3 of 3) sorted by relevance
29 public class BadAutofillService extends AutofillService { class33 public static final String SERVICE_NAME = BadAutofillService.class.getPackage().getName()34 + "/.testcore." + BadAutofillService.class.getSimpleName();
26 import android.autofillservice.cts.testcore.BadAutofillService;86 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);120 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);
80 import android.autofillservice.cts.testcore.BadAutofillService;2619 serviceIsDisabledWhenNewServiceIsInvalid(BadAutofillService.SERVICE_NAME); in testServiceIsDisabledWhenNewServiceInfoIsInvalid()