Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java215 private final int mMatchRule; field in NetworkTemplate
249 mMatchRule = matchRule; in NetworkTemplate()
265 mMatchRule = in.readInt(); in NetworkTemplate()
277 dest.writeInt(mMatchRule); in writeToParcel()
295 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()
325 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId, mMetered, mRoaming, in hashCode()
333 return mMatchRule == other.mMatchRule in equals()
345 switch (mMatchRule) { in isMatchRuleMobile()
355 switch (mMatchRule) { in isPersistable()
366 return mMatchRule; in getMatchRule()
[all …]