Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java216 static final int MSG_UNBIND_CLIENT = 3000; field in InputMethodManagerService
2321 MSG_UNBIND_CLIENT, mCurSeq, unbindClientReason, mCurClient.client)); in unbindCurrentClientLocked()
4322 case MSG_UNBIND_CLIENT: in handleMessage()