Home
last modified time | relevance | path

Searched defs:KIND_RESUMED (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h56 static const int KIND_RESUMED = 9; variable
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java256 public static final int KIND_RESUMED = 9; field in SuggestedWords.SuggestedWordInfo