Searched refs:getAutofillableFields (Results 1 – 2 of 2) sorted by relevance
49 static ArrayMap<String, AutofillId> getAutofillableFields(@NonNull FillRequest request) { in getAutofillableFields() method in Helper51 return getAutofillableFields(structure); in getAutofillableFields()73 private static ArrayMap<String, AutofillId> getAutofillableFields( in getAutofillableFields() method in Helper
67 ArrayMap<String, AutofillId> fields = Helper.getAutofillableFields(request); in onFillRequest()