Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java237 static final int MSG_INITIALIZE_IME = 1040; field in InputMethodManagerService
2525 executeOrSendMessage(mCurMethod, mCaller.obtainMessageIOO(MSG_INITIALIZE_IME, in onServiceConnected()
4280 case MSG_INITIALIZE_IME: in handleMessage()