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.java273 boolean autofillableOnly) { in getAutofillIds() argument
278 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local
284 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds() argument
285 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()
291 addAutofillableIds(child, ids, autofillableOnly); in addAutofillableIds()