Searched refs:mProxyHostView (Results 1 – 2 of 2) sorted by relevance
167 private TextView mProxyHostView; field in WifiConfigController815 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()
166 private TextView mProxyHostView; field in WifiConfigController845 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()