Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java229 static final int MSG_INLINE_SUGGESTIONS_REQUEST = 6000; field in InputMethodManagerService
2041 mCaller.obtainMessageOOO(MSG_INLINE_SUGGESTIONS_REQUEST, mCurMethod, in onCreateInlineSuggestionsRequestLocked()
4416 case MSG_INLINE_SUGGESTIONS_REQUEST: { in handleMessage()