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.java203 private static final int MSG_PENDING_IMS_CALLBACK = 1; field in class:LatinIME.UIHandler
307 removeMessages(MSG_PENDING_IMS_CALLBACK);
334 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {
350 if (hasMessages(MSG_PENDING_IMS_CALLBACK)
359 sendMessageDelayed(obtainMessage(MSG_PENDING_IMS_CALLBACK),
370 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {
381 if (hasMessages(MSG_PENDING_IMS_CALLBACK)) {

Completed in 365 milliseconds