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.java855 CarrierMatchingRule maxRuleParent = null; in matchSubscriptionCarrier() local
868 maxRuleParent = rule; in matchSubscriptionCarrier()
875 maxRuleParent = rule; in matchSubscriptionCarrier()
890 if ((maxRule == maxRuleParent) in matchSubscriptionCarrier()
892 maxRuleParent = new CarrierMatchingRule(maxRule); in matchSubscriptionCarrier()
893 maxRuleParent.mCid = maxRuleParent.mParentCid; in matchSubscriptionCarrier()
894 maxRuleParent.mName = getCarrierNameFromId(maxRuleParent.mCid); in matchSubscriptionCarrier()
897 + " specific name: " + maxRule.mName +" cid: " + maxRuleParent.mCid in matchSubscriptionCarrier()
898 + " name: " + maxRuleParent.mName); in matchSubscriptionCarrier()
899 updateCarrierIdAndName(maxRuleParent.mCid, maxRuleParent.mName, in matchSubscriptionCarrier()