Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java317 boolean autofillableOnly) { in getAutofillIds() argument
322 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local
328 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument
329 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()
335 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()