Searched refs:mProxyHostView (Results 1 – 1 of 1) sorted by relevance
114 private TextView mProxyHostView; field in WifiConfigController412 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()