OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notSuggested
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestTests.java
73
notSuggested
("about", mHelper.getFirstSuggestion("arout"));
74
notSuggested
("are", mHelper.getFirstSuggestion("ire"));
89
notSuggested
("don't", mHelper.getFirstSuggestion("don't"));
136
//
notSuggested
("the", mHelper.getAutoCorrection("rjw"));
172
notSuggested
("bigram: about p",
SuggestTestsBase.java
81
protected static void
notSuggested
(CharSequence expected, CharSequence actual) {
86
protected static void
notSuggested
(String message, CharSequence expected, CharSequence actual) {
Completed in 65 milliseconds