Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilderTest.java226 when(mConfig.getThresholdByPref(anyInt(), anyInt(), anyInt(), anyInt())) in stubConfigManager()
DQnsCarrierConfigManagerTest.java1233 mConfigManager.getThresholdByPref(an, callType, measurementType, pref); in loadAndValidateArrayForNullWithPref()
1243 mConfigManager.getThresholdByPref(an, callType, measurementType, pref); in loadAndValidateArrayForInvalidValueWithPref()
1453 mConfigManager.getThresholdByPref(an, callType, measurementType, preference); in loadAndValidateForThresholdsByPref()
DAccessNetworkEvaluatorTest.java746 .getThresholdByPref(anyInt(), anyInt(), anyInt(), anyInt()); in testCellularUnavailableWhenVolteRoamingNotSupported()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilder.java429 mConfig.getThresholdByPref( in getThreshold()
DQnsCarrierConfigManager.java2206 QnsConfigArray getThresholdByPref( in getThresholdByPref() method in QnsCarrierConfigManager