Home
last modified time | relevance | path

Searched refs:proxyProperties (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java1298 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() local
1299 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()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1329 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() local
1330 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()