Searched refs:mHandoverRuleList (Results 1 – 1 of 1) sorted by relevance
782 @NonNull private List<HandoverRule> mHandoverRuleList = new ArrayList<>(); field in QnsCarrierConfigManager1253 Log.d(mLogTag, "Existing rule:" + mHandoverRuleList.toString()); in checkHandoverRuleConfigChange()1255 if (mHandoverRuleList.toString().equals(handoverUpdateRuleList.toString()) in checkHandoverRuleConfigChange()1257 || mHandoverRuleList.isEmpty()) { in checkHandoverRuleConfigChange()1261 mHandoverRuleList = new ArrayList<>(handoverUpdateRuleList); in checkHandoverRuleConfigChange()1262 Log.d(mLogTag, "New rule Updated:" + mHandoverRuleList); in checkHandoverRuleConfigChange()1534 mHandoverRuleList.clear(); in loadHandoverRules()1540 mHandoverRuleList.add(new HandoverRule(ruleString)); in loadHandoverRules()1775 for (HandoverRule rule : mHandoverRuleList) { in isHandoverAllowedByPolicy()