Home
last modified time | relevance | path

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

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