Searched refs:mMatchRule (Results 1 – 2 of 2) sorted by relevance
212 private final int mMatchRule; field in NetworkTemplate246 mMatchRule = matchRule; in NetworkTemplate()262 mMatchRule = in.readInt(); in NetworkTemplate()274 dest.writeInt(mMatchRule); in writeToParcel()292 builder.append("matchRule=").append(getMatchRuleName(mMatchRule)); in toString()322 return Objects.hash(mMatchRule, mSubscriberId, mNetworkId, mMetered, mRoaming, in hashCode()330 return mMatchRule == other.mMatchRule in equals()342 switch (mMatchRule) { in isMatchRuleMobile()352 switch (mMatchRule) { in isPersistable()363 return mMatchRule; in getMatchRule()[all …]
44827 Landroid/net/NetworkTemplate;->mMatchRule:I