Searched refs:mProxyHost (Results 1 – 2 of 2) sorted by relevance
82 private TextView mProxyHost; field in ConfigDialog123 mProxyHost = (TextView) mView.findViewById(R.id.vpn_proxy_host); in onCreate()156 mProxyHost.setText(mProfile.proxy.getHost()); in onCreate()191 mProxyHost.addTextChangedListener(this); in onCreate()374 mRoutes.getText().length() > 0 || mProxyHost.getText().length() > 0 in isAdvancedOptionsEnabled()625 String proxyHost = mProxyHost.getText().toString().trim(); in getProfile()679 final String host = mProxyHost.getText().toString().trim(); in validateProxy()
196 proxyHost = builder.mProxyHost; in WifiInfo()227 private String mProxyHost; field in WifiInfo.Builder288 mProxyHost = proxyHost; in setProxyHost()