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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java126 * Unused by Android. This field can be accessed via {@link #getAllowUserInteraction}
172 public boolean getAllowUserInteraction() { method in class:URLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java316 assertFalse(uc.getAllowUserInteraction());
319 assertTrue(uc.getAllowUserInteraction());

Completed in 77 milliseconds