Searched refs:getDoInput (Results 1 – 2 of 2) sorted by relevance
304 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());
210 public boolean getDoInput() { in getDoInput() method in HttpsURLConnectionImpl211 return delegate.getDoInput(); in getDoInput()