Searched refs:mProxyPacView (Results 1 – 1 of 1) sorted by relevance
148 private TextView mProxyPacView; field in WifiConfigController655 } 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()