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.java510 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterSpace()
526 SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsWithDoubleSpaceToPeriod()
527 suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsWithDoubleSpaceToPeriod()
529 mLatinIME.getSuggestedWordsForTest().getWord(0)); in testPredictionsWithDoubleSpaceToPeriod()
540 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterManualPick()
552 SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterPeriod()
553 assertFalse(mLatinIME.getSuggestedWordsForTest().isEmpty()); in testPredictionsAfterPeriod()
584 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictionsAfterRecorrection()
769 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
781 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testWordThenSpaceDisplaysPredictions()
DPunctuationTests.java44 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
159 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(), in testAutoCorrectionWithSingleQuoteInside()
169 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(), in testAutoCorrectionWithSingleQuotesAround()
DInputLogicTestsLanguageWithoutSpaces.java130 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); in testPredictions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1821 SuggestedWords getSuggestedWordsForTest() { in getSuggestedWordsForTest() method in LatinIME