Searched refs:mQnsRatThresholdMap (Results 1 – 1 of 1) sorted by relevance
946 private final HashMap<String, int[]> mQnsRatThresholdMap = new HashMap<>(); field in QnsCarrierAnspSupportConfig1025 mQnsRatThresholdMap.put(key, anspThresholdArray); in updateAnspThresholdArrayList()1152 return mQnsRatThresholdMap.get(key); in getAnspCarrierThreshold()1180 for (String k : mQnsRatThresholdMap.keySet()) { in isThresholdConfigChanged()1181 if (!Arrays.equals(mQnsRatThresholdMap.get(k), qnsRatThresUpdatedMap.get(k))) { in isThresholdConfigChanged()1182 mQnsRatThresholdMap.putAll(qnsRatThresUpdatedMap); in isThresholdConfigChanged()