Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DURLConnection.java208 private static boolean defaultAllowUserInteraction = false; field in URLConnection
227 protected boolean allowUserInteraction = defaultAllowUserInteraction;
979 defaultAllowUserInteraction = defaultallowuserinteraction; in setDefaultAllowUserInteraction()
995 return defaultAllowUserInteraction; in getDefaultAllowUserInteraction()