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

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java161 private final String[] mMatchSubscriberIds; field in class:NetworkTemplate
173 mMatchSubscriberIds = matchSubscriberIds;
180 mMatchSubscriberIds = in.createStringArray();
188 dest.writeStringArray(mMatchSubscriberIds);
205 if (mMatchSubscriberIds != null) {
207 Arrays.toString(NetworkIdentity.scrubSubscriberId(mMatchSubscriberIds)));
291 return matchesType && ArrayUtils.contains(mMatchSubscriberIds, ident.mSubscriberId);

Completed in 53 milliseconds