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.java536 private int mParentCid; field in CarrierResolver.CarrierMatchingRule
555 mParentCid = parentCid; in CarrierMatchingRule()
570 mParentCid = rule.mParentCid; in CarrierMatchingRule()
777 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
779 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
796 && maxRule.mParentCid != TelephonyManager.UNKNOWN_CARRIER_ID) { in matchSubscriptionCarrier()
798 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()