Searched refs:shouldShowAutofillDialog (Results 1 – 1 of 1) sorted by relevance
3831 if (shouldShowAutofillDialog(view, view.getAutofillId())) { in showAutofillDialog()3869 if (shouldShowAutofillDialog(view, getAutofillId(view, virtualId))) { in showAutofillDialog()3884 private boolean shouldShowAutofillDialog(View view, AutofillId id) { in shouldShowAutofillDialog() method in AutofillManager