Searched refs:autofillableOnly (Results 1 – 1 of 1) sorted by relevance
273 boolean autofillableOnly) { in getAutofillIds() argument278 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local284 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument285 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()291 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()