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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java488 * {@link java.net.URLConnection#getDefaultAllowUserInteraction()}
491 boolean oldSetting = URLConnection.getDefaultAllowUserInteraction();
495 "getDefaultAllowUserInteraction should have returned false",
496 URLConnection.getDefaultAllowUserInteraction());
499 assertTrue("getDefaultAllowUserInteraction should have returned true",
500 URLConnection.getDefaultAllowUserInteraction());
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java937 * @see #getDefaultAllowUserInteraction()
955 public static boolean getDefaultAllowUserInteraction() { method in class:URLConnection

Completed in 60 milliseconds