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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java526 * {@link java.net.URLConnection#getDoInput()}
529 assertTrue("Should be set to true by default", uc.getDoInput());
532 assertTrue("Should have been set to true", fileURLCon.getDoInput());
535 assertFalse("Should have been set to false", uc2.getDoInput());
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java180 * value is returned by the {@code getDoInput} method.
188 * @see java.net.URLConnection#getDoInput()
855 * @see #getDoInput()
871 public boolean getDoInput() { method in class:URLConnection

Completed in 65 milliseconds