Home
last modified time | relevance | path

Searched refs:mParentCid (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java618 private int mParentCid; field in CarrierResolver.CarrierMatchingRule
637 mParentCid = parentCid; in CarrierMatchingRule()
652 mParentCid = rule.mParentCid; in CarrierMatchingRule()
872 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
874 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
891 && maxRule.mParentCid != TelephonyManager.UNKNOWN_CARRIER_ID) { in matchSubscriptionCarrier()
893 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()