Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java286 decryptedStream = FileTransforms.getDecryptedStream(uncompressedStream); in installWordListToStaging()
290 decryptedStream = FileTransforms.getDecryptedStream(originalSourceStream); in installWordListToStaging()
296 inputStream = FileTransforms.getDecryptedStream(uncompressedStream); in installWordListToStaging()
302 inputStream = FileTransforms.getDecryptedStream(originalSourceStream); in installWordListToStaging()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DFileTransforms.java30 public static InputStream getDecryptedStream(InputStream in) { in getDecryptedStream() method in FileTransforms
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCrypt.java32 public static InputStream getDecryptedStream(final InputStream in) { in getDecryptedStream() method in Crypt
DBinaryDictOffdeviceUtils.java116 input = Crypt.getDecryptedStream(input); in getStream()