Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DDistracterFilterTest.java54 final PrevWordsInfo EMPTY_PREV_WORDS_INFO = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in testIsDistractorToWordsInDictionaries() local
62 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
67 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
72 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
77 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
82 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
87 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
92 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
97 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
102 EMPTY_PREV_WORDS_INFO, typedWord, localeEnUs)); in testIsDistractorToWordsInDictionaries()
[all …]
DRichInputConnectionAndTextRangeTests.java209 "abc, def", mSpacingAndPunctuations, 2), PrevWordsInfo.EMPTY_PREV_WORDS_INFO); in testGetPreviousWord()
211 "abc? def", mSpacingAndPunctuations, 2), PrevWordsInfo.EMPTY_PREV_WORDS_INFO); in testGetPreviousWord()
213 "abc! def", mSpacingAndPunctuations, 2), PrevWordsInfo.EMPTY_PREV_WORDS_INFO); in testGetPreviousWord()
215 "abc 'def", mSpacingAndPunctuations, 2), PrevWordsInfo.EMPTY_PREV_WORDS_INFO); in testGetPreviousWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DLanguageModelParam.java89 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in createLanguageModelParamsFrom()
106 prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in createLanguageModelParamsFrom()
DPrevWordsInfoUtils.java56 if (prev == null) return PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in getPrevWordsInfoFromNthPreviousWord()
DDistracterFilterCheckingExactMatchesAndSuggestions.java254 composer, PrevWordsInfo.EMPTY_PREV_WORDS_INFO, mKeyboard.getProximityInfo(),
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionaryTests.java114 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in addToDict()
266 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in testDecaying()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPrevWordsInfo.java30 public static final PrevWordsInfo EMPTY_PREV_WORDS_INFO = field in PrevWordsInfo
DContactsBinaryDictionary.java221 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in addNameLocked()
DExpandableBinaryDictionary.java309 PrevWordsInfo.EMPTY_PREV_WORDS_INFO, word, mLocale); in addUnigramEntryWithCheckingDistracter()
DRichInputConnection.java600 return PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in getPrevWordsInfoFromNthPreviousWord()