Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java177 private static final int MSG_REOPEN_DICTIONARIES = 5; field in LatinIME.UIHandler
248 case MSG_REOPEN_DICTIONARIES: in handleMessage()
291 sendMessage(obtainMessage(MSG_REOPEN_DICTIONARIES)); in postReopenDictionaries()
351 return hasMessages(MSG_REOPEN_DICTIONARIES); in hasPendingReopenDictionaries()