Searched defs:MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java194 static final int MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER = 3040; field in class:InputMethodManagerService
3313 case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: {
3842 MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER,
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java398 static final int MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER = 9; field in class:InputMethodManager
524 case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: {
628 mH.obtainMessage(MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER, sequenceNumber, 0)

Completed in 52 milliseconds