Home
last modified time | relevance | path

Searched defs:suggest (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; in getSuggestions() local
/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java90 SmartSuggestions suggest(NotificationEntry entry) { in suggest() method in SmartActionsHelper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java945 final Suggest suggest = mInputLogic.mSuggest; in onStartInputViewInternal() local