Home
last modified time | relevance | path

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

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