Searched refs:AutofillHelper (Results 1 – 7 of 7) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
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() 175 AutofillHelper.setCurrentAutofill(getContext(), key); in setAutofillService()
|
D | AutofillPickerTrampolineActivity.java | 41 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 | 44 import com.android.tv.settings.autofill.AutofillHelper; 306 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates() 313 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference() 327 final Intent settingsIntent = AutofillHelper.getAutofillSettingsIntent(getContext(), in updateAutofillSettings()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
D | DevicePrefFragment.kt | 47 import com.android.tv.settings.autofill.AutofillHelper 272 val candidates = AutofillHelper.getAutofillCandidates(requireContext(), in updateKeyboardAutofillSettings() 292 val appInfo = AutofillHelper.getCurrentAutofill(requireContext(), candidates) in updateKeyboardAutofillSettings()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/ |
D | AutofillHelper.java | 41 public class AutofillHelper { class
|
/packages/apps/TvSettings/ |
D | two-panel-baseline-profile.txt | 2251 PLcom/android/tv/settings/autofill/AutofillHelper;-><clinit>()V 2252 PLcom/android/tv/settings/autofill/AutofillHelper;->getAutofillCandidates(Landroid/content/Context;… 2253 PLcom/android/tv/settings/autofill/AutofillHelper;->getCurrentAutofill(Landroid/content/Context;)Lj… 2254 PLcom/android/tv/settings/autofill/AutofillHelper;->getCurrentAutofill(Landroid/content/Context;Lja… 2255 PLcom/android/tv/settings/autofill/AutofillHelper;->getCurrentAutofillAsComponentName(Landroid/cont…
|