Searched defs:MSG_PENDING_IMS_CALLBACK (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java183 private static final int MSG_PENDING_IMS_CALLBACK = 1; field in class:LatinIME.UIHandler
384 removeMessages(MSG_PENDING_IMS_CALLBACK);
417 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {
435 if (hasMessages(MSG_PENDING_IMS_CALLBACK)
444 sendMessageDelayed(obtainMessage(MSG_PENDING_IMS_CALLBACK),
457 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {
470 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {

Completed in 56 milliseconds