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

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java167 private final String[] mMatchSubscriberIds; field in class:NetworkTemplate
190 mMatchSubscriberIds = matchSubscriberIds;
205 mMatchSubscriberIds = in.createStringArray();
216 dest.writeStringArray(mMatchSubscriberIds);
236 if (mMatchSubscriberIds != null) {
238 Arrays.toString(NetworkIdentity.scrubSubscriberId(mMatchSubscriberIds)));
357 return ArrayUtils.contains(mMatchSubscriberIds, subscriberId);
369 && !ArrayUtils.isEmpty(mMatchSubscriberIds)
370 && ArrayUtils.contains(mMatchSubscriberIds, ident.mSubscriberId);

Completed in 31 milliseconds