Searched defs:SHORTCUT (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserBinaryDictionary.java42 // TODO: use Words.SHORTCUT when we target JellyBean or above
43 final static String SHORTCUT = "shortcut"; field in class:UserBinaryDictionary
50 SHORTCUT,
242 final int indexShortcut = hasShortcutColumn ? cursor.getColumnIndex(SHORTCUT) : 0;

Completed in 90 milliseconds