Home
last modified time | relevance | path

Searched refs:getDoInput (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java527 assertTrue("Should be set to true by default", uc.getDoInput());
530 assertTrue("Should have been set to true", fileURLCon.getDoInput());
533 assertFalse("Should have been set to false", uc2.getDoInput());
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java910 public boolean getDoInput() { in getDoInput() method in URLConnection
/libcore/api/
Dcurrent.txt5600 method public boolean getDoInput();