Searched refs:getAutofillCandidates (Results 1 – 4 of 4) sorted by relevance
195 List<DefaultAppInfo> candidates = getAutofillCandidates(); in updateAutofill()214 private List<DefaultAppInfo> getAutofillCandidates() { in getAutofillCandidates() method in KeyboardFragment215 return AutofillHelper.getAutofillCandidates(getContext(), in getAutofillCandidates()
104 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in bind()139 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in onPreferenceTreeClick()
52 public static List<DefaultAppInfo> getAutofillCandidates(@NonNull Context context, in getAutofillCandidates() method in AutofillHelper
196 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(getContext(), in updateKeyboardAutofillSettings()