Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java188 final SuggestedWordInfo whitelistedWordInfo = in getSuggestedWordsForNonBatchInput() local
190 final String whitelistedWord = whitelistedWordInfo == null in getSuggestedWordsForNonBatchInput()
191 ? null : whitelistedWordInfo.mWord; in getSuggestedWordsForNonBatchInput()