Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java96 void onMakeInlineSuggestionsRequest(@NonNull InlineSuggestionsRequestInfo requestInfo, in onMakeInlineSuggestionsRequest() method in InlineSuggestionSessionController
H A DInputMethodService.java633 mInlineSuggestionSessionController.onMakeInlineSuggestionsRequest(requestInfo, cb); in onCreateInlineSuggestionsRequest()