Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierResolver.java852 CarrierMatchingRule maxRuleParent = null; in matchSubscriptionCarrier() local
865 maxRuleParent = rule; in matchSubscriptionCarrier()
872 maxRuleParent = rule; in matchSubscriptionCarrier()
887 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()
889 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()
890 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
891 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
894 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
895 + " name: " + maxRuleParent.mName); in matchSubscriptionCarrier()
896 updateCarrierIdAndName(maxRuleParent.mCid, maxRuleParent.mName, in matchSubscriptionCarrier()