Searched refs:autofillableOnly (Results 1 – 1 of 1) sorted by relevance
317 boolean autofillableOnly) { in getAutofillIds() argument322 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local328 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument329 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()335 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()