Searched defs:setHttpProxySystemProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DProxy.java237 public static final void setHttpProxySystemProperty(ProxyInfo p) { method in class:Proxy
248 setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
252 public static final void setHttpProxySystemProperty(String host, String port, String exclList, method in class:Proxy
255 if (false) Log.d(TAG, "setHttpProxySystemProperty :"+host+":"+port+" - "+exclList);

Completed in 237 milliseconds