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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java88 private static boolean defaultAllowUserInteraction; field in class:URLConnection
129 protected boolean allowUserInteraction = defaultAllowUserInteraction;
344 return defaultAllowUserInteraction;
826 defaultAllowUserInteraction = allows;

Completed in 41 milliseconds