Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java215 boolean autofillableOnly) { in getAutofillIds() argument
220 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local
226 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument
227 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()
233 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()