Searched refs:qnsRatThresUpdatedMap (Results 1 – 1 of 1) sorted by relevance
1173 HashMap<String, int[]> qnsRatThresUpdatedMap = new HashMap<>(); in isThresholdConfigChanged() local1177 qnsRatThresUpdatedMap.put(key, anspThresholdArray); in isThresholdConfigChanged()1181 if (!Arrays.equals(mQnsRatThresholdMap.get(k), qnsRatThresUpdatedMap.get(k))) { in isThresholdConfigChanged()1182 mQnsRatThresholdMap.putAll(qnsRatThresUpdatedMap); in isThresholdConfigChanged()