Searched refs:getCacheDirectoryForLocale (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java133 private static String getCacheDirectoryForLocale(final String locale, final Context context) { method in class:BinaryDictionaryGetter
163 return getCacheDirectoryForLocale(locale, context) + File.separator + fileName;

Completed in 63 milliseconds