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.java761 CarrierMatchingRule maxRuleParent = null; in matchSubscriptionCarrier() local
774 maxRuleParent = rule; in matchSubscriptionCarrier()
781 maxRuleParent = rule; in matchSubscriptionCarrier()
796 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()
798 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()
799 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
800 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
803 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
804 + " name: " + maxRuleParent.mName); in matchSubscriptionCarrier()
805 updateCarrierIdAndName(maxRuleParent.mCid, maxRuleParent.mName, in matchSubscriptionCarrier()