Home
last modified time | relevance | path

Searched refs:notifyAugmentedAutofillIfNeeded (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java10410 return afm.isAutofillable(this) ? true : notifyAugmentedAutofillIfNeeded(afm); in isAutofillable()
10415 return isImportantForAutofill() ? true : notifyAugmentedAutofillIfNeeded(afm); in isAutofillable()
10418 private boolean notifyAugmentedAutofillIfNeeded(AutofillManager afm) { in notifyAugmentedAutofillIfNeeded() method in View