OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_USER_SHORTCUT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java
42
public static final String
TYPE_USER_SHORTCUT
= "user_shortcut";
44
new PhonyDictionary(
TYPE_USER_SHORTCUT
);
PersonalDictionaryLookup.java
231
mDictionaryStats.add(new DictionaryStats(ANY_LOCALE, Dictionary.
TYPE_USER_SHORTCUT
, 0));
636
stats.add(new DictionaryStats(ANY_LOCALE, Dictionary.
TYPE_USER_SHORTCUT
, numShortcuts));
Completed in 42 milliseconds