Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java146 public static SuggestionsInfo getNotInDictEmptySuggestions(final boolean reportAsTypo) { in getNotInDictEmptySuggestions() argument
147 return new SuggestionsInfo(reportAsTypo ? SuggestionsInfo.RESULT_ATTR_LOOKS_LIKE_TYPO : 0, in getNotInDictEmptySuggestions()