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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java913 testMarkAndReset(TransferKind.FIXED_LENGTH);
917 testMarkAndReset(TransferKind.CHUNKED);
921 testMarkAndReset(TransferKind.END_OF_STREAM);
924 private void testMarkAndReset(TransferKind transferKind) throws IOException { method in class:URLConnectionTest

Completed in 361 milliseconds