Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java264 InputStream decryptedStream = null; in installWordListToStaging() local
286 decryptedStream = FileTransforms.getDecryptedStream(uncompressedStream); in installWordListToStaging()
287 inputStream = FileTransforms.getUncompressedStream(decryptedStream); in installWordListToStaging()
290 decryptedStream = FileTransforms.getDecryptedStream(originalSourceStream); in installWordListToStaging()
291 inputStream = FileTransforms.getUncompressedStream(decryptedStream); in installWordListToStaging()
356 closeCloseableAndReportAnyException(decryptedStream); in installWordListToStaging()