Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java263 InputStream uncompressedStream = null; in installWordListToStaging() local
284 uncompressedStream = in installWordListToStaging()
286 decryptedStream = FileTransforms.getDecryptedStream(uncompressedStream); in installWordListToStaging()
294 uncompressedStream = in installWordListToStaging()
296 inputStream = FileTransforms.getDecryptedStream(uncompressedStream); in installWordListToStaging()
355 closeCloseableAndReportAnyException(uncompressedStream); in installWordListToStaging()