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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java129 protected boolean allowUserInteraction = defaultAllowUserInteraction; field in class:URLConnection
170 * Returns {@code allowUserInteraction}. Unused by Android.
173 return allowUserInteraction;
341 * Returns the default value of {@code allowUserInteraction}. Unused by Android.
799 * Sets {@code allowUserInteraction}. Unused by Android.
803 this.allowUserInteraction = newValue;
823 * Sets the default value for {@code allowUserInteraction}. Unused by Android.

Completed in 35 milliseconds