Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogicHandler.java40 private static final int MSG_GET_SUGGESTED_WORDS = 1; field in InputLogicHandler
97 case MSG_GET_SUGGESTED_WORDS: in handleMessage()
219 MSG_GET_SUGGESTED_WORDS, inputStyle, sequenceNumber, callback).sendToTarget(); in getSuggestedWords()