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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserBinaryDictionary.java37 // TODO: use Words.SHORTCUT when it's public in the SDK
38 final static String SHORTCUT = "shortcut"; field in class:UserBinaryDictionary
41 SHORTCUT,
189 final int indexShortcut = cursor.getColumnIndex(SHORTCUT);
H A DUserDictionary.java41 // TODO: use Words.SHORTCUT when it's public in the SDK
42 final static String SHORTCUT = "shortcut"; field in class:UserDictionary
45 SHORTCUT,
207 final int indexShortcut = cursor.getColumnIndex(SHORTCUT);

Completed in 86 milliseconds