Searched refs:mMatchRule (Results 1 – 1 of 1) sorted by relevance
156 private final int mMatchRule; field in NetworkTemplate188 mMatchRule = matchRule; in NetworkTemplate()203 mMatchRule = in.readInt(); in NetworkTemplate()214 dest.writeInt(mMatchRule); in writeToParcel()231 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()258 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId, mMetered, mRoaming, in hashCode()266 return mMatchRule == other.mMatchRule in equals()277 switch (mMatchRule) { in isMatchRuleMobile()287 switch (mMatchRule) { in isPersistable()297 return mMatchRule; in getMatchRule()[all …]