Searched refs:setAllowUserInteraction (Results 1 – 4 of 4) sorted by relevance
287 public void setAllowUserInteraction(boolean allowuserinteraction) { in setAllowUserInteraction() method in JarURLConnection288 jarFileURLConnection.setAllowUserInteraction(allowuserinteraction); in setAllowUserInteraction()
461 public void setAllowUserInteraction(boolean allowuserinteraction) { in setAllowUserInteraction() method in HttpsURLConnectionImpl462 delegate.setAllowUserInteraction(allowuserinteraction); in setAllowUserInteraction()
165 u.setAllowUserInteraction(false); in test_setAllowUserInteractionZ()315 uc.setAllowUserInteraction(false);318 uc.setAllowUserInteraction(true);325 uc.setAllowUserInteraction(false);
922 public void setAllowUserInteraction(boolean allowuserinteraction) { in setAllowUserInteraction() method in URLConnection