Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java302 private void testRequestBodySurvivesRetries(TransferKind transferKind) throws Exception { in testRequestBodySurvivesRetries()
1081 private void testMarkAndReset(TransferKind transferKind) throws IOException { in testMarkAndReset()
1246 private void testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind transferKind, in testClientConfiguredGzipContentEncodingAndConnectionReuse()
1319 private void testEarlyDisconnectDoesntHarmPooling(TransferKind transferKind) throws Exception { in testEarlyDisconnectDoesntHarmPooling()
DCacheTest.java210 private void testResponseCaching(TransferKind transferKind) throws IOException { in testResponseCaching()
499 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { in testServerPrematureDisconnect()
536 private void testClientPrematureDisconnect(TransferKind transferKind) throws IOException { in testClientPrematureDisconnect()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java214 private void testResponseCaching(TransferKind transferKind) throws IOException { in testResponseCaching()
402 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { in testServerPrematureDisconnect()
439 private void testClientPrematureDisconnect(TransferKind transferKind) throws IOException { in testClientPrematureDisconnect()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java230 private void testResponseCaching(TransferKind transferKind) throws IOException { in testResponseCaching()
470 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { in testServerPrematureDisconnect()
504 private void testClientPrematureDisconnect(TransferKind transferKind) throws IOException { in testClientPrematureDisconnect()