Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java158 void notifyOnShowInputRequested(boolean requestResult) { in notifyOnShowInputRequested() method in InlineSuggestionSessionController
DInputMethodService.java2219 mInlineSuggestionSessionController.notifyOnShowInputRequested(result); in dispatchOnShowInputRequested()