Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java840 CarrierMatchingRule maxRule = null; in matchSubscriptionCarrier() local
853 maxRule = rule; in matchSubscriptionCarrier()
858 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()
859 maxRule = rule; in matchSubscriptionCarrier()
860 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()
876 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()
877 && maxRule.mParentCid != TelephonyManager.UNKNOWN_CARRIER_ID) { in matchSubscriptionCarrier()
878 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()
882 logd("[matchSubscriptionCarrier] specific cid: " + maxRule.mCid in matchSubscriptionCarrier()
883 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
[all …]