Searched refs:maxRule (Results 1 – 1 of 1) sorted by relevance
758 CarrierMatchingRule maxRule = null; in matchSubscriptionCarrier() local771 maxRule = rule; in matchSubscriptionCarrier()776 if (rule.mParentCid == maxRule.mCid) { in matchSubscriptionCarrier()777 maxRule = rule; in matchSubscriptionCarrier()778 } else if (maxRule.mParentCid == rule.mCid) { in matchSubscriptionCarrier()794 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()795 && maxRule.mParentCid != TelephonyManager.UNKNOWN_CARRIER_ID) { in matchSubscriptionCarrier()796 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()800 logd("[matchSubscriptionCarrier] specific cid: " + maxRule.mCid in matchSubscriptionCarrier()801 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()[all …]