Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java651 GZIPOutputStream gzout = new GZIPOutputStream(new FileOutputStream(gz)); in testDropBoxEntrySerialization() local
652 gzout.write("Gzip File Value".getBytes()); in testDropBoxEntrySerialization()
653 gzout.close(); in testDropBoxEntrySerialization()