Home | History | Annotate | Download | only in content

Lines Matching defs:mHost

656         private final String mHost;
663 mHost = mWild ? host.substring(1).intern() : host;
669 mHost = src.readString();
676 dest.writeString(mHost);
694 if (!mHost.equals(other.mHost)) {
719 "Match host " + host + ": " + mHost);
721 if (host.length() < mHost.length()) {
724 host = host.substring(host.length()-mHost.length());
726 if (host.compareToIgnoreCase(mHost) != 0) {
1520 sb.append(ae.mHost); sb.append("\": ");