Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCompress.java30 public static OutputStream getCompressedStream(final OutputStream out) throws IOException { in getCompressedStream() method in Compress
59 final OutputStream compressedOutput = getCompressedStream( in run()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java101 try (final OutputStream out = Compress.getCompressedStream( in testGetRawDictWorks()
142 try (final OutputStream gzOut = Compress.getCompressedStream( in testGetRawDictFails()