Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java86 final SuggestedWords wordsWithoutTyped = in testGetSuggestedWordsExcludingTypedWord() local
91 assertEquals(words.size() - 1, wordsWithoutTyped.size()); in testGetSuggestedWordsExcludingTypedWord()
92 assertEquals("0", wordsWithoutTyped.getWord(0)); in testGetSuggestedWordsExcludingTypedWord()
93 assertTrue(wordsWithoutTyped.getInfo(0).isKindOf(KIND_OF_SECOND_CORRECTION)); in testGetSuggestedWordsExcludingTypedWord()