Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggest.java246 hasAutoCorrection = isAllowedByAutoCorrectionWithSpaceFilter(firstSuggestion); in getSuggestedWordsForNonBatchInput()
395 private static boolean isAllowedByAutoCorrectionWithSpaceFilter(final SuggestedWordInfo info) { in isAllowedByAutoCorrectionWithSpaceFilter() method in Suggest