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

  /packages/inputmethods/LatinIME/java/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 154 copy(Crypt.getDecryptedStream(new BufferedInputStream(new FileInputStream(src))),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 274 decryptedStream = FileTransforms.getDecryptedStream(uncompressedStream);
278 decryptedStream = FileTransforms.getDecryptedStream(originalSourceStream);
284 inputStream = FileTransforms.getDecryptedStream(uncompressedStream);
290 inputStream = FileTransforms.getDecryptedStream(originalSourceStream);
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 535 mInStream = getDecryptedStream(inStream, encryptionParams);
574 private InputStream getDecryptedStream(InputStream inStream,
    [all...]

Completed in 225 milliseconds