Home | History | Annotate | Download | only in wifi

Lines Matching defs:proxyInfo

27 import android.net.ProxyInfo;
155 private ProxyInfo mHttpProxy = null;
652 mHttpProxy = new ProxyInfo(host, port, exclusionList);
666 mHttpProxy = new ProxyInfo(uri);
1081 ProxyInfo proxyProperties = config.getHttpProxy();
1098 ProxyInfo proxyInfo = config.getHttpProxy();
1099 if (proxyInfo != null) {
1100 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString());