OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KIND_APP_DEFINED
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h
51
static const int
KIND_APP_DEFINED
= 6; // Suggested by the application
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
251
public static final int
KIND_APP_DEFINED
= 6; // Suggested by the application
319
mKindAndFlags = SuggestedWordInfo.
KIND_APP_DEFINED
;
Completed in 104 milliseconds