Home
last modified time | relevance | path

Searched refs:mMatchSubscriberIds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkTemplate.java397 private final String[] mMatchSubscriberIds; field in NetworkTemplate
524 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 …]
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1128 Landroid/net/NetworkTemplate;->mMatchSubscriberIds:[Ljava/lang/String;