Home
last modified time | relevance | path

Searched refs:AutofillHelper (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java104 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in bind()
106 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates); in bind()
139 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in onPreferenceTreeClick()
141 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, in onPreferenceTreeClick()
175 AutofillHelper.setCurrentAutofill(getContext(), key); in setAutofillService()
DAutofillPickerTrampolineActivity.java40 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate()
DAutofillHelper.java43 public class AutofillHelper { class
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java42 import com.android.tv.settings.autofill.AutofillHelper;
234 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates()
241 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference()
256 final Intent settingsIntent = AutofillHelper.getAutofillSettingsIntent(getContext(), in updateAutofillSettings()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DDevicePrefFragment.java52 import com.android.tv.settings.autofill.AutofillHelper;
252 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(getContext(), in updateKeyboardAutofillSettings()
274 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateKeyboardAutofillSettings()