Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java158 private final int mMatchRule; field in NetworkTemplate
179 mMatchRule = matchRule; in NetworkTemplate()
186 mMatchRule = in.readInt(); in NetworkTemplate()
194 dest.writeInt(mMatchRule); in writeToParcel()
208 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()
225 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId); in hashCode()
232 return mMatchRule == other.mMatchRule in equals()
240 switch (mMatchRule) { in isMatchRuleMobile()
252 switch (mMatchRule) { in isPersistable()
262 return mMatchRule; in getMatchRule()
[all …]