Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java393 static final int MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER = 9; field in InputMethodManager
527 case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: { in handleMessage()
599 mH.sendMessage(mH.obtainMessage(MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER,
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java157 static final int MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER = 3040; field in InputMethodManagerService
2630 case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: { in handleMessage()
3069 MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER, in setSelectedInputMethodAndSubtypeLocked()