HomeSort by relevance Sort by last modified time
    Searched refs:indexShortcut (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 189 final int indexShortcut = cursor.getColumnIndex(SHORTCUT);
193 String shortcut = cursor.getString(indexShortcut);
UserDictionary.java 207 final int indexShortcut = cursor.getColumnIndex(SHORTCUT);
211 String shortcut = cursor.getString(indexShortcut);

Completed in 56 milliseconds