Searched refs:getRequestCallback (Results 1 – 2 of 2) sorted by relevance
113 mSession.getRequestCallback().onInputMethodStartInputView(); in onMakeInlineSuggestionsRequest()144 mSession.getRequestCallback().onInputMethodStartInput(mImeClientFieldId); in notifyOnStartInput()162 mSession.getRequestCallback().onInputMethodShowInputRequested(requestResult); in notifyOnShowInputRequested()180 mSession.getRequestCallback().onInputMethodStartInputView(); in notifyOnStartInputView()198 mSession.getRequestCallback().onInputMethodFinishInputView(); in notifyOnFinishInputView()218 mSession.getRequestCallback().onInputMethodFinishInput(); in notifyOnFinishInput()
116 IInlineSuggestionsRequestCallback getRequestCallback() { in getRequestCallback() method in InlineSuggestionSession