Home
last modified time | relevance | path

Searched refs:qnsRatThresUpdatedMap (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierAnspSupportConfig.java1173 HashMap<String, int[]> qnsRatThresUpdatedMap = new HashMap<>(); in isThresholdConfigChanged() local
1177 qnsRatThresUpdatedMap.put(key, anspThresholdArray); in isThresholdConfigChanged()
1181 if (!Arrays.equals(mQnsRatThresholdMap.get(k), qnsRatThresUpdatedMap.get(k))) { in isThresholdConfigChanged()
1182 mQnsRatThresholdMap.putAll(qnsRatThresUpdatedMap); in isThresholdConfigChanged()