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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1139 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception { argument
1151 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1153 } else if (streamingMode == StreamingMode.CHUNKED) {
1281 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception { argument
1291 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1293 } else if (streamingMode == StreamingMode.CHUNKED) {
1303 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1305 } else if (streamingMode == StreamingMode.CHUNKED) {

Completed in 121 milliseconds