Searched refs:mWild (Results 1 – 1 of 1) sorted by relevance
897 private final boolean mWild; field in IntentFilter.AuthorityEntry902 mWild = host.length() > 0 && host.charAt(0) == '*'; in AuthorityEntry()903 mHost = mWild ? host.substring(1).intern() : host; in AuthorityEntry()910 mWild = src.readInt() != 0; in AuthorityEntry()917 dest.writeInt(mWild ? 1 : 0); in writeToParcel()931 if (mWild != other.mWild) { in match()969 if (mWild) { in match()1789 if (ae.mWild) sb.append(" WILD"); in dump()