Searched refs:AutofillHelper (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
D | AutofillPickerFragment.java | 104 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()
|
D | AutofillPickerTrampolineActivity.java | 40 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate()
|
D | AutofillHelper.java | 43 public class AutofillHelper { class
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/ |
D | KeyboardFragment.java | 39 import com.android.tv.settings.autofill.AutofillHelper; 215 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates() 222 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference() 237 final Intent settingsIntent = AutofillHelper.getAutofillSettingsIntent(getContext(), in updateAutofillSettings()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
D | DevicePrefFragment.java | 41 import com.android.tv.settings.autofill.AutofillHelper; 196 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(getContext(), in updateKeyboardAutofillSettings() 218 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateKeyboardAutofillSettings()
|