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