Searched refs:handoverUpdateRuleList (Results 1 – 1 of 1) sorted by relevance
1249 List<HandoverRule> handoverUpdateRuleList = in checkHandoverRuleConfigChange() local1252 Log.d(mLogTag, "New rule:" + handoverUpdateRuleList.toString()); in checkHandoverRuleConfigChange()1255 if (mHandoverRuleList.toString().equals(handoverUpdateRuleList.toString()) in checkHandoverRuleConfigChange()1256 || handoverUpdateRuleList.isEmpty() in checkHandoverRuleConfigChange()1258 handoverUpdateRuleList.clear(); in checkHandoverRuleConfigChange()1261 mHandoverRuleList = new ArrayList<>(handoverUpdateRuleList); in checkHandoverRuleConfigChange()1263 handoverUpdateRuleList.clear(); in checkHandoverRuleConfigChange()