Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java167 private TextView mProxyHostView; field in WifiConfigController
815 if (selectedPosition == PROXY_STATIC && mProxyHostView != null) { in ipAndProxyFieldsAreValid()
817 String host = mProxyHostView.getText().toString(); in ipAndProxyFieldsAreValid()
1289 if (mProxyHostView == null) { in showProxyFields()
1290 mProxyHostView = (TextView) mView.findViewById(R.id.proxy_hostname); in showProxyFields()
1291 mProxyHostView.addTextChangedListener(this); in showProxyFields()
1300 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java166 private TextView mProxyHostView; field in WifiConfigController
845 if (selectedPosition == PROXY_STATIC && mProxyHostView != null) { in ipAndProxyFieldsAreValid()
847 String host = mProxyHostView.getText().toString(); in ipAndProxyFieldsAreValid()
1320 if (mProxyHostView == null) { in showProxyFields()
1321 mProxyHostView = (TextView) mView.findViewById(R.id.proxy_hostname); in showProxyFields()
1322 mProxyHostView.addTextChangedListener(this); in showProxyFields()
1331 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()