Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/augmented/
DFillCallback.java59 mProxy.reportResult(/* inlineSuggestionsData */ null, /* clientState */ in onSuccess()
75 mProxy.reportResult(inlineSuggestions, clientState, showingFillWindow); in onSuccess()
DAugmentedAutofillService.java566 void reportResult(@Nullable List<Dataset> inlineSuggestionsData, in reportResult() method in AugmentedAutofillService.AutofillProxy