OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSuggestionsCache
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java
58
protected final SuggestionsCache
mSuggestionsCache
= new SuggestionsCache();
108
mSuggestionsCache
.clearCache();
319
mSuggestionsCache
.putSuggestionsToCache(text, result.mSuggestions, flags);
AndroidSpellCheckerSession.java
87
if (
mSuggestionsCache
.getSuggestionsFromCache(splitText.toString()) == null) {
Completed in 418 milliseconds