Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java108 if (mImeInputStarted && match(mSession.getRequestInfo())) { in onMakeInlineSuggestionsRequest()
140 if (!mSession.isCallbackInvoked() && match(mSession.getRequestInfo())) { in notifyOnStartInput()
DInlineSuggestionSession.java111 InlineSuggestionsRequestInfo getRequestInfo() { in getRequestInfo() method in InlineSuggestionSession