Searched refs:AutofillHelper (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
H A D | AutofillPickerFragment.java | 103 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 D | AutofillPickerTrampolineActivity.java | 41 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate()
|
H A D | AutofillHelper.java | 43 public class AutofillHelper { class
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/ |
H A D | KeyboardFragment.java | 41 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 D | DevicePrefFragment.java | 59 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()
|