Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAutoCorrectionUtils.java36 if (suggestion.isKindOf(SuggestedWordInfo.KIND_WHITELIST)) { in suggestionExceedsThreshold()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h48 static const int KIND_WHITELIST = 3; // Whitelisted word variable
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp263 kind = Dictionary::KIND_WHITELIST; in outputShortcuts()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java248 public static final int KIND_WHITELIST = 3; // Whitelisted word field in SuggestedWords.SuggestedWordInfo
H A DSuggest.java144 if (!firstSuggestedWordInfo.isKindOf(SuggestedWordInfo.KIND_WHITELIST)) { in getWhitelistedWordInfoOrNull()