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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java123 protected boolean doInput = true; field in class:URLConnection
367 * Returns the value of the option {@code doInput} which specifies whether this
372 * @see #doInput
375 return doInput;
858 * @see #doInput
862 this.doInput = newValue;
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLConnection.java452 * @see #doInput
462 this.doInput = newValue;
486 this.doInput = !newValue;

Completed in 106 milliseconds