Searched refs:mMatchRule (Results 1 – 1 of 1) sorted by relevance
215 private final int mMatchRule; field in NetworkTemplate249 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 …]