Searched refs:proxyProperties (Results 1 – 2 of 2) sorted by relevance
1298 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() local1299 if (proxyProperties != null) { in showProxyFields()1300 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()1301 mProxyPortView.setText(Integer.toString(proxyProperties.getPort())); in showProxyFields()1302 mProxyExclusionListView.setText(proxyProperties.getExclusionListAsString()); in showProxyFields()
1329 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() local1330 if (proxyProperties != null) { in showProxyFields()1331 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()1332 mProxyPortView.setText(Integer.toString(proxyProperties.getPort())); in showProxyFields()1333 mProxyExclusionListView.setText(proxyProperties.getExclusionListAsString()); in showProxyFields()