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;89 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);124 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);
89 import android.autofillservice.cts.testcore.BadAutofillService;2828 serviceIsDisabledWhenNewServiceIsInvalid(BadAutofillService.SERVICE_NAME); in testServiceIsDisabledWhenNewServiceInfoIsInvalid()