HomeSort by relevance Sort by last modified time
    Searched refs:getDecryptedStream (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
FileTransforms.java 30 public static InputStream getDecryptedStream(InputStream in) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Crypt.java 32 public static InputStream getDecryptedStream(final InputStream in) {
BinaryDictOffdeviceUtils.java 116 input = Crypt.getDecryptedStream(input);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 286 decryptedStream = FileTransforms.getDecryptedStream(uncompressedStream);
290 decryptedStream = FileTransforms.getDecryptedStream(originalSourceStream);
296 inputStream = FileTransforms.getDecryptedStream(uncompressedStream);
302 inputStream = FileTransforms.getDecryptedStream(originalSourceStream);

Completed in 327 milliseconds