Searched refs:mMatchSubscriberIds (Results 1 – 2 of 2) sorted by relevance
397 private final String[] mMatchSubscriberIds; field in NetworkTemplate524 mMatchSubscriberIds = matchSubscriberIds; in NetworkTemplate()540 mMatchSubscriberIds = in.createStringArray(); in NetworkTemplate()552 dest.writeStringArray(mMatchSubscriberIds); in writeToParcel()570 if (mMatchSubscriberIds != null) { in toString()572 Arrays.toString(NetworkIdentityUtils.scrubSubscriberIds(mMatchSubscriberIds))); in toString()596 return Objects.hash(mMatchRule, Arrays.hashCode(mMatchSubscriberIds), in hashCode()611 && Arrays.equals(mMatchSubscriberIds, other.mMatchSubscriberIds) in equals()652 return CollectionUtils.isEmpty(mMatchSubscriberIds) ? null : mMatchSubscriberIds[0]; in getSubscriberId()660 return new ArraySet<>(Arrays.asList(mMatchSubscriberIds)); in getSubscriberIds()[all …]
1128 Landroid/net/NetworkTemplate;->mMatchSubscriberIds:[Ljava/lang/String;