Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSession.java78 private final Consumer<InlineSuggestionsResponse> mResponseConsumer; field in InlineSuggestionSession
105 mResponseConsumer = responseConsumer; in InlineSuggestionSession()
216 mResponseConsumer.accept(response); in consumeInlineSuggestionsResponse()
DInlineSuggestionSessionController.java69 private final Consumer<InlineSuggestionsResponse> mResponseConsumer; field in InlineSuggestionSessionController
88 mResponseConsumer = responseConsumer; in InlineSuggestionSessionController()
104 mHostInputTokenSupplier, mResponseConsumer, this, mMainThreadHandler); in onMakeInlineSuggestionsRequest()