Searched refs:mSubscriberIdMatchRule (Results 1 – 1 of 1) sorted by relevance
288 private final int mSubscriberIdMatchRule; field in NetworkTemplate298 if (mSubscriberIdMatchRule == SUBSCRIBER_ID_MATCH_RULE_ALL) { in checkValidSubscriberIdMatchRule()348 mSubscriberIdMatchRule = subscriberIdMatchRule; in NetworkTemplate()366 mSubscriberIdMatchRule = in.readInt(); in NetworkTemplate()380 dest.writeInt(mSubscriberIdMatchRule); in writeToParcel()420 .append(subscriberIdMatchRuleToString(mSubscriberIdMatchRule)); in toString()427 mDefaultNetwork, mSubType, mOemManaged, mSubscriberIdMatchRule); in hashCode()442 && mSubscriberIdMatchRule == other.mSubscriberIdMatchRule; in equals()477 && mSubscriberIdMatchRule == SUBSCRIBER_ID_MATCH_RULE_ALL) { in isPersistable()501 return mSubscriberIdMatchRule; in getSubscriberIdMatchRule()[all …]