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.java535 private int mParentCid; field in CarrierResolver.CarrierMatchingRule
554 mParentCid = parentCid; in CarrierMatchingRule()
569 mParentCid = rule.mParentCid; in CarrierMatchingRule()
776 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
778 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
795 && maxRule.mParentCid != TelephonyManager.UNKNOWN_CARRIER_ID) { in matchSubscriptionCarrier()
797 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()