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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLConnection.java227 if (!getDoInput()) {
241 if (getDoInput()) {
252 if (getDoInput()) {
458 * @see #getDoInput()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java192 public boolean getDoInput() { method in class:HttpsURLConnectionImpl
193 return httpsEngine.getDoInput();
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java363 public boolean getDoInput() { method in class:URLConnection
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java935 * @tests {@link java.net.URLConnection#getDoInput()}
941 method = "getDoInput",
952 assertTrue("Should be set to true by default", uc.getDoInput());
955 assertTrue("Should have been set to true", fileURLCon.getDoInput());
958 assertFalse("Should have been set to false", uc2.getDoInput());

Completed in 168 milliseconds