Home
last modified time | relevance | path

Searched defs:autofillableOnly (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java222 boolean autofillableOnly) { in getAutofillIds()
227 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local
233 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds()