Home
last modified time | relevance | path

Searched defs:getDecryptedStream (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DFileTransforms.java30 public static InputStream getDecryptedStream(InputStream in) { in getDecryptedStream() method in FileTransforms
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCrypt.java32 public static InputStream getDecryptedStream(final InputStream in) { in getDecryptedStream() method in Crypt