Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java511 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterSpace()
527 SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsWithDoubleSpaceToPeriod()
528 suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsWithDoubleSpaceToPeriod()
530 mLatinIME.getSuggestedWordsForTest().getWord(0)); in testPredictionsWithDoubleSpaceToPeriod()
541 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterManualPick()
553 SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterPeriod()
554 assertFalse(mLatinIME.getSuggestedWordsForTest().isEmpty()); in testPredictionsAfterPeriod()
585 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterRecorrection()
770 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
782 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testWordThenSpaceDisplaysPredictions()
DPunctuationTests.java43 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
158 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(), in testAutoCorrectionWithSingleQuoteInside()
168 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(), in testAutoCorrectionWithSingleQuotesAround()
DInputLogicTestsLanguageWithoutSpaces.java131 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1934 SuggestedWords getSuggestedWordsForTest() { in getSuggestedWordsForTest() method in LatinIME