Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java2169 int[] thresholdList = new int[] {0x0000FFFF, 0x0000FFFF, 0x0000FFFF}; in getThreshold() local
2190 thresholdList = mAnspConfigMgr.getAnspCarrierThreshold(key); in getThreshold()
2192 if (thresholdList != null && thresholdList.length > 1) { in getThreshold()
2194 || thresholdList.length == 2) { in getThreshold()
2195 return new QnsConfigArray(thresholdList[0], thresholdList[1]); in getThreshold()
2197 return new QnsConfigArray(thresholdList[0], thresholdList[1], thresholdList[2]); in getThreshold()
2200 thresholdList = new int[] {0x0000FFFF, 0x0000FFFF, 0x0000FFFF}; in getThreshold()
2203 return new QnsConfigArray(thresholdList[0], thresholdList[1], thresholdList[2]); in getThreshold()
2213 int[] thresholdList = null; in getThresholdByPref() local
2232 thresholdList = mAnspConfigMgr.getAnspCarrierThreshold(overrideKey); in getThresholdByPref()
[all …]
DAccessNetworkSelectionPolicyBuilder.java370 List<Threshold> thresholdList = new ArrayList<>(); in addThresholdGroup() local
373 thresholdList.add(wifiTh); in addThresholdGroup()
380 thresholdList.add(cellTh); in addThresholdGroup()
388 if (!thresholdList.isEmpty()) { in addThresholdGroup()
389 addThresholdGroup(thresholdGroups, thresholdList); in addThresholdGroup()