Home
last modified time | relevance | path

Searched refs:getCryptedStream (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DFileTransforms.java25 public static OutputStream getCryptedStream(OutputStream out) { in getCryptedStream() method in FileTransforms
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCrypt.java27 public static OutputStream getCryptedStream(final OutputStream out) { in getCryptedStream() method in Crypt