Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java252 String tempFileName; in installWordListToStaging() local
254 tempFileName = BinaryDictionaryGetter.getTempFileName(wordlistId, context); in installWordListToStaging()
277 outputFile = new File(tempFileName); in installWordListToStaging()