Home
last modified time | relevance | path

Searched defs:bytesOut (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DZipStreamTest.java36 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testZipStream() local
93 private static void createCompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createCompressedZip()
115 private static void createUncompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createUncompressedZip()
DGZIPStreamTest.java35 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testGZIPStream() local
85 static void createGZIP(ByteArrayOutputStream bytesOut) throws IOException { in createGZIP()
DZipFileTest.java81 static void createCompressedZip(OutputStream bytesOut) throws IOException { in createCompressedZip()