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

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java169 private final String[] mMatchSubscriberIds; field in class:NetworkTemplate
181 mMatchSubscriberIds = matchSubscriberIds;
188 mMatchSubscriberIds = in.createStringArray();
196 dest.writeStringArray(mMatchSubscriberIds);
213 if (mMatchSubscriberIds != null) {
215 Arrays.toString(NetworkIdentity.scrubSubscriberId(mMatchSubscriberIds)));
310 && !ArrayUtils.isEmpty(mMatchSubscriberIds)
311 && ArrayUtils.contains(mMatchSubscriberIds, ident.mSubscriberId);

Completed in 21 milliseconds