Searched refs:proxyProperties (Results 1 – 1 of 1) sorted by relevance
1080 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() local1081 if (proxyProperties != null) { in showProxyFields()1082 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()1083 mProxyPortView.setText(Integer.toString(proxyProperties.getPort())); in showProxyFields()1084 mProxyExclusionListView.setText(proxyProperties.getExclusionListAsString()); in showProxyFields()