Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java304 assertTrue("Should be set to true by default", uc.getDoInput());
307 assertTrue("Should have been set to true", uc.getDoInput());
310 assertFalse("Should have been set to false", uc.getDoInput());
/external/okhttp/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java210 public boolean getDoInput() { in getDoInput() method in HttpsURLConnectionImpl
211 return delegate.getDoInput(); in getDoInput()