Home | History | Annotate | Download | only in wifi

Lines Matching refs:proxyProperties

27 import android.net.ProxyProperties;
461 ProxyProperties proxyProperties= new ProxyProperties(host, port, exclusionList);
462 mLinkProperties.setHttpProxy(proxyProperties);
804 ProxyProperties proxyProperties = config.linkProperties.getHttpProxy();
805 if (proxyProperties != null) {
806 mProxyHostView.setText(proxyProperties.getHost());
807 mProxyPortView.setText(Integer.toString(proxyProperties.getPort()));
808 mProxyExclusionListView.setText(proxyProperties.getExclusionList());