Searched refs:mWild (Results 1 – 1 of 1) sorted by relevance
905 private final boolean mWild; field in IntentFilter.AuthorityEntry910 mWild = host.length() > 0 && host.charAt(0) == '*'; in AuthorityEntry()911 mHost = mWild ? host.substring(1).intern() : host; in AuthorityEntry()918 mWild = src.readInt() != 0; in AuthorityEntry()925 dest.writeInt(mWild ? 1 : 0); in writeToParcel()933 proto.write(AuthorityEntryProto.WILD, mWild); in writeToProto()948 if (mWild != other.mWild) { in match()986 if (mWild) { in match()1862 if (ae.mWild) sb.append(" WILD"); in dump()