Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DResultUploader.java63 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes() local
67 gzipOutput.write(buffer, 0, count); in getBytes()
69 gzipOutput.close(); in getBytes()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java120 GZIPOutputStream gzipOutput = new GZIPOutputStream(byteOutput); in getBytes() local
126 gzipOutput.write(buffer, 0, numRead); in getBytes()
128 gzipOutput.close(); in getBytes()