Searched refs:anspThresholdArray (Results 1 – 1 of 1) sorted by relevance
1021 int[] anspThresholdArray = QnsUtils.getConfig(bundleCarrier, bundleAsset, key); in updateAnspThresholdArrayList() local1022 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() local1177 qnsRatThresUpdatedMap.put(key, anspThresholdArray); in isThresholdConfigChanged()