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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java387 public boolean getDoOutput() { method in class:URLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java566 * {@link java.net.URLConnection#getDoOutput()}
569 assertFalse("Should be set to false by default", uc.getDoOutput());
572 assertTrue("Should have been set to true", uc.getDoOutput());
578 assertFalse("Should have been set to false", uc2.getDoOutput());
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1082 if (connection.getDoOutput()) {
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1623 assertTrue(connection.getDoOutput());

Completed in 173 milliseconds