Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java110 protected static final String DICT_FILE_EXTENSION = ".dict"; field in ExpandableBinaryDictionary
157 : new File(context.getFilesDir(), dictName + DICT_FILE_EXTENSION); in getDictFile()