Searched refs:testServerPrematureDisconnect (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java457 testServerPrematureDisconnect(TransferKind.FIXED_LENGTH);
461 testServerPrematureDisconnect(TransferKind.CHUNKED);
470 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { method in class:ResponseCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java466 testServerPrematureDisconnect(TransferKind.FIXED_LENGTH);
470 testServerPrematureDisconnect(TransferKind.CHUNKED);
479 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { method in class:CacheTest
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java389 testServerPrematureDisconnect(TransferKind.FIXED_LENGTH);
393 testServerPrematureDisconnect(TransferKind.CHUNKED);
402 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException { method in class:UrlConnectionCacheTest

Completed in 94 milliseconds