Home
last modified time | relevance | path

Searched refs:getAllowUserInteraction (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarURLConnection.java305 public boolean getAllowUserInteraction() { in getAllowUserInteraction() method in JarURLConnection
306 return jarFileURLConnection.getAllowUserInteraction(); in getAllowUserInteraction()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java311 assertFalse(uc.getAllowUserInteraction());
314 assertTrue(uc.getAllowUserInteraction());
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java966 public boolean getAllowUserInteraction() { in getAllowUserInteraction() method in URLConnection
/libcore/api/
Dcurrent.txt6169 method public boolean getAllowUserInteraction();