Search in sources :

Example 1 with DefaultWorkAutofillPreferenceController

use of com.android.settings.applications.defaultapps.DefaultWorkAutofillPreferenceController in project android_packages_apps_Settings by omnirom.

the class AccountDashboardFragment method buildAutofillPreferenceControllers.

static void buildAutofillPreferenceControllers(Context context, List<AbstractPreferenceController> controllers) {
    controllers.add(new DefaultAutofillPreferenceController(context));
    controllers.add(new DefaultWorkAutofillPreferenceController(context));
}
Also used : DefaultWorkAutofillPreferenceController(com.android.settings.applications.defaultapps.DefaultWorkAutofillPreferenceController) DefaultAutofillPreferenceController(com.android.settings.applications.defaultapps.DefaultAutofillPreferenceController)

Aggregations

DefaultAutofillPreferenceController (com.android.settings.applications.defaultapps.DefaultAutofillPreferenceController)1 DefaultWorkAutofillPreferenceController (com.android.settings.applications.defaultapps.DefaultWorkAutofillPreferenceController)1