Searched refs:NoOpAutofillService (Results 1 – 4 of 4) sorted by relevance
29 public class NoOpAutofillService extends AutofillService { class33 static final String SERVICE_NAME = NoOpAutofillService.class.getPackage().getName()34 + "/." + NoOpAutofillService.class.getSimpleName();
68 mUiBot.assertShownByText(NoOpAutofillService.SERVICE_LABEL);102 mUiBot.assertNotShowingForSure(NoOpAutofillService.SERVICE_LABEL);
32 static final String SERVICE_NAME = android.autofillservice.cts.NoOpAutofillService.SERVICE_NAME;
2552 Helper.enableAutofillService(mContext, NoOpAutofillService.SERVICE_NAME); in testPopupGoesAwayWhenServiceIsChanged()