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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java342 public static boolean getDefaultAllowUserInteraction() { method in class:URLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java511 * {@link java.net.URLConnection#getDefaultAllowUserInteraction()}
514 boolean oldSetting = URLConnection.getDefaultAllowUserInteraction();
518 "getDefaultAllowUserInteraction should have returned false",
519 URLConnection.getDefaultAllowUserInteraction());
522 assertTrue("getDefaultAllowUserInteraction should have returned true",
523 URLConnection.getDefaultAllowUserInteraction());

Completed in 64 milliseconds