Home
last modified time | relevance | path

Searched refs:indexShortcut (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUserBinaryDictionary.java246 final int indexShortcut = hasShortcutColumn ? cursor.getColumnIndex(SHORTCUT) : 0; in addWords() local
250 final String shortcut = hasShortcutColumn ? cursor.getString(indexShortcut) : null; in addWords()