Searched refs:mProxyPortView (Results 1 – 1 of 1) sorted by relevance
146 private TextView mProxyPortView; field in WifiConfigController640 String portStr = mProxyPortView.getText().toString(); in ipAndProxyFieldsAreValid()1074 mProxyPortView = (TextView) mView.findViewById(R.id.proxy_port); in showProxyFields()1075 mProxyPortView.addTextChangedListener(this); in showProxyFields()1083 mProxyPortView.setText(Integer.toString(proxyProperties.getPort())); in showProxyFields()