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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java824 public static void setDefaultAllowUserInteraction(boolean allows) { method in class:URLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java516 URLConnection.setDefaultAllowUserInteraction(false);
521 URLConnection.setDefaultAllowUserInteraction(true);
525 URLConnection.setDefaultAllowUserInteraction(oldSetting);

Completed in 77 milliseconds