Searched refs:mRoutes (Results 1 – 4 of 4) sorted by relevance
77 private TextView mRoutes; field in ConfigDialog118 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate()145 mRoutes.setText(mProfile.routes); in onCreate()177 mRoutes.addTextChangedListener(this); in onCreate()353 mRoutes.getText().length() > 0 || mProxyHost.getText().length() > 0 in isAdvancedOptionsEnabled()436 || !validateAddresses(mRoutes.getText().toString(), true))) { in validate()578 profile.routes = mRoutes.getText().toString().trim(); in getProfile()
71 private TextView mRoutes; field in ConfigDialog112 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate()138 mRoutes.setText(mProfile.routes); in onCreate()170 mRoutes.addTextChangedListener(this); in onCreate()395 !validateAddresses(mRoutes.getText().toString(), true)) { in validate()491 profile.routes = mRoutes.getText().toString().trim(); in getProfile()
131 public String mRoutes; field in ConnectivityFragment.NetworkItem398 ni.mRoutes = "Routes: " + nLink.getRoutes().toString(); in getNetworkItem()
95 vh.routes.setText(mNetworkList[position].mRoutes); in getView()