Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierAnspSupportConfig.java1021 int[] anspThresholdArray = QnsUtils.getConfig(bundleCarrier, bundleAsset, key); in updateAnspThresholdArrayList() local
1022 if (anspThresholdArray != null && anspThresholdArray.length > 1) { in updateAnspThresholdArrayList()
1023 anspThresholdArray = validateAndAdjustThresholdArray(anspThresholdArray, key); in updateAnspThresholdArrayList()
1025 mQnsRatThresholdMap.put(key, anspThresholdArray); in updateAnspThresholdArrayList()
1176 int[] anspThresholdArray = QnsUtils.getConfig(configChangeBundle, assetBundle, key); in isThresholdConfigChanged() local
1177 qnsRatThresUpdatedMap.put(key, anspThresholdArray); in isThresholdConfigChanged()