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.java491 URLConnection.setDefaultAllowUserInteraction(false);
496 URLConnection.setDefaultAllowUserInteraction(true);
500 URLConnection.setDefaultAllowUserInteraction(oldSetting);
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java978 public static void setDefaultAllowUserInteraction(boolean defaultallowuserinteraction) { in setDefaultAllowUserInteraction() method in URLConnection