Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java148 private TextView mProxyPacView; field in WifiConfigController
655 } else if (selectedPosition == PROXY_PAC && mProxyPacView != null) { in ipAndProxyFieldsAreValid()
657 CharSequence uriSequence = mProxyPacView.getText(); in ipAndProxyFieldsAreValid()
1092 if (mProxyPacView == null) { in showProxyFields()
1093 mProxyPacView = (TextView) mView.findViewById(R.id.proxy_pac); in showProxyFields()
1094 mProxyPacView.addTextChangedListener(this); in showProxyFields()
1099 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()