Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java217 private static final int MSG_RESET_CACHES = 7; field in LatinIME.UIHandler
299 case MSG_RESET_CACHES: in handleMessage()
362 removeMessages(MSG_RESET_CACHES); in postResetCaches()
363 sendMessage(obtainMessage(MSG_RESET_CACHES, tryResumeSuggestions ? 1 : 0, in postResetCaches()