Home
last modified time | relevance | path

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

/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DHelper.java49 static ArrayMap<String, AutofillId> getAutofillableFields(@NonNull FillRequest request) { in getAutofillableFields() method in Helper
51 return getAutofillableFields(structure); in getAutofillableFields()
73 private static ArrayMap<String, AutofillId> getAutofillableFields( in getAutofillableFields() method in Helper
DInlineFillService.java67 ArrayMap<String, AutofillId> fields = Helper.getAutofillableFields(request); in onFillRequest()