Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java272 static ArrayList<AutofillId> getAutofillIds(@NonNull AssistStructure structure, in getAutofillIds() method
DSession.java835 final ArrayList<AutofillId> ids = Helper.getAutofillIds(structure, in onHandleAssistData()
1020 final ArrayList<AutofillId> ids = Helper.getAutofillIds(structure, in onHandleAssistData()
5495 autofillableIds = Helper.getAutofillIds(structure, /* autofillableOnly= */true); in processNullResponseLocked()