Searched refs:autofillableOnly (Results 1 – 1 of 1) sorted by relevance
215 boolean autofillableOnly) { in getAutofillIds() argument220 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local226 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument227 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()233 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()