Home
last modified time | relevance | path

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

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