Searched refs:EMPTY_PREV_WORDS_INFO (Results 1 – 10 of 10) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | DistracterFilterTest.java | 54 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 …]
|
D | RichInputConnectionAndTextRangeTests.java | 209 "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/ |
D | LanguageModelParam.java | 89 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in createLanguageModelParamsFrom() 106 prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in createLanguageModelParamsFrom()
|
D | PrevWordsInfoUtils.java | 56 if (prev == null) return PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in getPrevWordsInfoFromNthPreviousWord()
|
D | DistracterFilterCheckingExactMatchesAndSuggestions.java | 254 composer, PrevWordsInfo.EMPTY_PREV_WORDS_INFO, mKeyboard.getProximityInfo(),
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/ |
D | UserHistoryDictionaryTests.java | 114 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/ |
D | PrevWordsInfo.java | 30 public static final PrevWordsInfo EMPTY_PREV_WORDS_INFO = field in PrevWordsInfo
|
D | ContactsBinaryDictionary.java | 221 PrevWordsInfo prevWordsInfo = PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in addNameLocked()
|
D | ExpandableBinaryDictionary.java | 309 PrevWordsInfo.EMPTY_PREV_WORDS_INFO, word, mLocale); in addUnigramEntryWithCheckingDistracter()
|
D | RichInputConnection.java | 600 return PrevWordsInfo.EMPTY_PREV_WORDS_INFO; in getPrevWordsInfoFromNthPreviousWord()
|