Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java759 CarrierMatchingRule maxRuleParent = null; in matchSubscriptionCarrier() local
772 maxRuleParent = rule; in matchSubscriptionCarrier()
779 maxRuleParent = rule; in matchSubscriptionCarrier()
794 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()
796 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()
797 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
798 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
801 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
802 + " name: " + maxRuleParent.mName); in matchSubscriptionCarrier()
803 updateCarrierIdAndName(maxRuleParent.mCid, maxRuleParent.mName, in matchSubscriptionCarrier()