Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
H A DAutofillPickerFragment.java103 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in bind()
105 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates); in bind()
138 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in onPreferenceTreeClick()
140 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, in onPreferenceTreeClick()
174 AutofillHelper.setCurrentAutofill(getContext(), key); in setAutofillService()
H A DAutofillPickerTrampolineActivity.java41 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate()
H A DAutofillHelper.java43 public class AutofillHelper { class
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
H A DKeyboardFragment.java41 import com.android.tv.settings.autofill.AutofillHelper;
232 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates()
239 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference()
254 final Intent settingsIntent = AutofillHelper.getAutofillSettingsIntent(getContext(), in updateAutofillSettings()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DDevicePrefFragment.java59 import com.android.tv.settings.autofill.AutofillHelper;
320 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(getContext(), in updateKeyboardAutofillSettings()
342 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateKeyboardAutofillSettings()