Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java1226 InputStream gunzippedIn = new GZIPInputStream(connection.getInputStream()); in clientConfiguredGzipContentEncoding() local
1287 InputStream gunzippedIn = new GZIPInputStream(connection1.getInputStream()); in testClientConfiguredGzipContentEncodingAndConnectionReuse() local