Searched refs:mMatchRule (Results 1 – 1 of 1) sorted by relevance
175 private final int mMatchRule; field in NetworkTemplate208 mMatchRule = matchRule; in NetworkTemplate()223 mMatchRule = in.readInt(); in NetworkTemplate()234 dest.writeInt(mMatchRule); in writeToParcel()251 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()278 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId, mMetered, mRoaming, in hashCode()286 return mMatchRule == other.mMatchRule in equals()297 switch (mMatchRule) { in isMatchRuleMobile()307 switch (mMatchRule) { in isPersistable()318 return mMatchRule; in getMatchRule()[all …]