Home | History | Annotate | Download | only in browser

Lines Matching refs:mAddress

94     private EditText    mAddress;
642 mAddress = (EditText) findViewById(R.id.address);
643 mAddress.setText(url);
846 unfilteredUrl = UrlUtils.fixUrl(mAddress.getText().toString());
856 mAddress.setError(r.getText(R.string.bookmark_needs_url));
875 mAddress.setError(r.getText(R.string.bookmark_cannot_save_url));
891 mAddress.setError(r.getText(R.string.bookmark_url_not_valid));