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