Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java150 private final int mMatchRule; field in NetworkTemplate
171 mMatchRule = matchRule; in NetworkTemplate()
178 mMatchRule = in.readInt(); in NetworkTemplate()
186 dest.writeInt(mMatchRule); in writeToParcel()
200 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()
217 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId); in hashCode()
224 return mMatchRule == other.mMatchRule in equals()
232 switch (mMatchRule) { in isMatchRuleMobile()
244 return mMatchRule; in getMatchRule()
259 switch (mMatchRule) { in matches()
[all …]