Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java720 GZIPOutputStream gzout = new GZIPOutputStream(new FileOutputStream(gz)); in testDropBoxEntrySerialization() local
721 gzout.write("Gzip File Value".getBytes()); in testDropBoxEntrySerialization()
722 gzout.close(); in testDropBoxEntrySerialization()