Searched refs:indexShortcut (Results 1 – 1 of 1) sorted by relevance
248 final int indexShortcut = hasShortcutColumn ? cursor.getColumnIndex(Words.SHORTCUT) : 0; in addWordsLocked() local252 final String shortcut = hasShortcutColumn ? cursor.getString(indexShortcut) : null; in addWordsLocked()