Home
last modified time | relevance | path

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

/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