Searched refs:enableAutofillService (Results 1 – 6 of 6) sorted by relevance
20 import static android.autofillservice.cts.Helper.enableAutofillService;43 enableAutofillService(sContext, SERVICE_NAME); in resetService()75 enableAutofillService(mContext, SERVICE_NAME);
20 import static android.autofillservice.cts.Helper.enableAutofillService;74 enableAutofillService(mContext, SERVICE_NAME);
86 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService()
381 Helper.enableAutofillService(getContext(), SERVICE_NAME);
2555 Helper.enableAutofillService(mContext, NoOpAutofillService.SERVICE_NAME); in testPopupGoesAwayWhenServiceIsChanged()2592 Helper.enableAutofillService(mContext, serviceName); in serviceIsDisabledWhenNewServiceIsInvalid()
895 public static void enableAutofillService(@NonNull Context context, in enableAutofillService() method in Helper