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.java114 private TextView mProxyHostView; field in WifiConfigController
412 if (mProxySettings == ProxySettings.STATIC && mProxyHostView != null) { in ipAndProxyFieldsAreValid()
413 String host = mProxyHostView.getText().toString(); in ipAndProxyFieldsAreValid()
652 if (mProxyHostView == null) { in showProxyFields()
653 mProxyHostView = (TextView) mView.findViewById(R.id.proxy_hostname); in showProxyFields()
654 mProxyHostView.addTextChangedListener(this); in showProxyFields()
663 mProxyHostView.setText(proxyProperties.getHost()); in showProxyFields()