Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java483 URLConnection.setDefaultAllowUserInteraction(false);
488 URLConnection.setDefaultAllowUserInteraction(true);
492 URLConnection.setDefaultAllowUserInteraction(oldSetting);
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java948 public static void setDefaultAllowUserInteraction(boolean defaultallowuserinteraction) { in setDefaultAllowUserInteraction() method in URLConnection