Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java145 private TextView mProxyHostView; field in WifiConfigController
637 if (selectedPosition == PROXY_STATIC && mProxyHostView != null) { in ipAndProxyFieldsAreValid()
639 String host = mProxyHostView.getText().toString(); in ipAndProxyFieldsAreValid()
1071 if (mProxyHostView == null) { in showProxyFields()
1072 mProxyHostView = (TextView) mView.findViewById(R.id.proxy_hostname); in showProxyFields()
1073 mProxyHostView.addTextChangedListener(this); in showProxyFields()
1082 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()