HomeSort by relevance Sort by last modified time
    Searched refs:whitelistedWord (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 39 final CharSequence whitelistedWord) {
40 if (hasAutoCorrectionForWhitelistedWord(whitelistedWord)) {
41 return whitelistedWord;
108 private static boolean hasAutoCorrectionForWhitelistedWord(CharSequence whiteListedWord) {
109 return whiteListedWord != null;
Suggest.java 318 final CharSequence whitelistedWord = capitalizeWord(mIsAllUpperCase,
326 whitelistedWord);
332 if (whitelistedWord != null) {
334 final StringBuilder sb = new StringBuilder(whitelistedWord);
342 whitelistedWord, SuggestedWordInfo.MAX_SCORE));

Completed in 1156 milliseconds