Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java173 Dictionary sourceDictionaryOfRemovedWord = null; in getSuggestedWordsForNonBatchInput() local
179 sourceDictionaryOfRemovedWord = info.mSourceDict; in getSuggestedWordsForNonBatchInput()
198 || (consideredWord.length() > 1 && (sourceDictionaryOfRemovedWord == null)); in getSuggestedWordsForNonBatchInput()
253 null == sourceDictionaryOfRemovedWord ? Dictionary.DICTIONARY_USER_TYPED in getSuggestedWordsForNonBatchInput()
254 : sourceDictionaryOfRemovedWord, in getSuggestedWordsForNonBatchInput()