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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java945 testAuthenticateWithStreamingPost(StreamingMode.FIXED_LENGTH);
949 testAuthenticateWithStreamingPost(StreamingMode.CHUNKED);
952 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception { method in class:URLConnectionTest

Completed in 142 milliseconds