Searched refs:getAutofillCandidates (Results 1 – 6 of 6) sorted by relevance
287 List<DefaultAppInfo> candidates = getAutofillCandidates(); in updateAutofill()305 private List<DefaultAppInfo> getAutofillCandidates() { in getAutofillCandidates() method in KeyboardFragment306 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates()
103 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in bind()138 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in onPreferenceTreeClick()
52 public static List<DefaultAppInfo> getAutofillCandidates(@NonNull Context context, in getAutofillCandidates() method in AutofillHelper
50 public static List<DefaultAppInfo> getAutofillCandidates(@NonNull Context context, in getAutofillCandidates() method in AutofillHelper
272 val candidates = AutofillHelper.getAutofillCandidates(requireContext(), in updateKeyboardAutofillSettings()
2252 PLcom/android/tv/settings/autofill/AutofillHelper;->getAutofillCandidates(Landroid/content/Context;…