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;
343 return defaultAllowUserInteraction;
825 defaultAllowUserInteraction = allows;

Completed in 254 milliseconds