Searched refs:mWild (Results 1 – 2 of 2) sorted by relevance
903 private final boolean mWild; field in IntentFilter.AuthorityEntry908 mWild = host.length() > 0 && host.charAt(0) == '*'; in AuthorityEntry()909 mHost = mWild ? host.substring(1).intern() : host; in AuthorityEntry()916 mWild = src.readInt() != 0; in AuthorityEntry()923 dest.writeInt(mWild ? 1 : 0); in writeToParcel()931 proto.write(AuthorityEntryProto.WILD, mWild); in writeToProto()946 if (mWild != other.mWild) { in match()984 if (mWild) { in match()1860 if (ae.mWild) sb.append(" WILD"); in dump()
13556 Landroid/content/IntentFilter$AuthorityEntry;->mWild:Z