Searched refs:mProxyHost (Results 1 – 2 of 2) sorted by relevance
79 private TextView mProxyHost; field in ConfigDialog115 mProxyHost = (TextView) mView.findViewById(R.id.vpn_proxy_host); in onCreate()137 mProxyHost.setText(mProfile.proxy.getHost()); in onCreate()167 mProxyHost.addTextChangedListener(this); in onCreate()330 return mProxyHost.getText().length() > 0 || mProxyPort.getText().length() > 0; in isAdvancedOptionsEnabled()501 String proxyHost = mProxyHost.getText().toString().trim(); in getProfile()549 final String host = mProxyHost.getText().toString().trim(); in validateProxy()
197 proxyHost = builder.mProxyHost; in WifiInfo()228 private String mProxyHost; field in WifiInfo.Builder295 mProxyHost = proxyHost; in setProxyHost()