Home
last modified time | relevance | path

Searched refs:mProxyPortView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java146 private TextView mProxyPortView; field in WifiConfigController
640 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()