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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 98 mDictDirectory.getName() + FormatSpec.SHORTCUT_FILE_EXTENSION
152 + FormatSpec.SHORTCUT_FILE_EXTENSION + FormatSpec.LOOKUP_TABLE_FILE_SUFFIX);
154 + FormatSpec.SHORTCUT_FILE_EXTENSION + FormatSpec.CONTENT_TABLE_FILE_SUFFIX
FormatSpec.java 269 static final String SHORTCUT_FILE_EXTENSION = ".shortcut";
Ver4DictEncoder.java 159 super(name + FormatSpec.SHORTCUT_FILE_EXTENSION, FormatSpec.SHORTCUT_CONTENT_COUNT,
161 new String[] { name + FormatSpec.SHORTCUT_FILE_EXTENSION },

Completed in 587 milliseconds