Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilderTest.java456 .getThresholds(AccessNetworkType.EUTRAN) in testAddThresholdGroup_RoveIn()
463 .getThresholds(AccessNetworkType.IWLAN) in testAddThresholdGroup_RoveIn()
487 .getThresholds(AccessNetworkType.EUTRAN) in testAddThresholdGroup_RoveIn()
494 .getThresholds(AccessNetworkType.NGRAN) in testAddThresholdGroup_RoveIn()
501 .getThresholds(AccessNetworkType.IWLAN) in testAddThresholdGroup_RoveIn()
508 .getThresholds(AccessNetworkType.IWLAN) in testAddThresholdGroup_RoveIn()
532 .getThresholds(AccessNetworkType.EUTRAN) in testAddThresholdGroup_RoveIn()
539 .getThresholds(AccessNetworkType.IWLAN) in testAddThresholdGroup_RoveIn()
564 .getThresholds(AccessNetworkType.EUTRAN) in testAddThresholdGroup_RoveIn()
571 .getThresholds(AccessNetworkType.NGRAN) in testAddThresholdGroup_RoveIn()
[all …]
DCellularQualityMonitorTest.java354 Assert.assertArrayEquals(new int[] {thresholds[0]}, stInfo.get(0).getThresholds()); in testDiffApnDiffThresholdSameMeasurementType()
361 Assert.assertArrayEquals(th_array, stInfo.get(0).getThresholds()); in testDiffApnDiffThresholdSameMeasurementType()
368 Assert.assertArrayEquals(th_array, stInfo.get(0).getThresholds()); in testDiffApnDiffThresholdSameMeasurementType()
419 Assert.assertArrayEquals(new int[] {thresholds[0]}, stInfo.get(0).getThresholds()); in testDiffApnSameThresholdSameMeasurementType()
426 Assert.assertArrayEquals(th_array, stInfo.get(0).getThresholds()); in testDiffApnSameThresholdSameMeasurementType()
433 Assert.assertArrayEquals(th_array, stInfo.get(0).getThresholds()); in testDiffApnSameThresholdSameMeasurementType()
481 Assert.assertArrayEquals(thresholdsRssnr, stInfo.getThresholds()); in testSameApnDiffThresholdsDiffMeasurementType()
484 Assert.assertArrayEquals(thresholdsRsrp, stInfo.getThresholds()); in testSameApnDiffThresholdsDiffMeasurementType()
487 Assert.assertArrayEquals(thresholdsRsrq, stInfo.getThresholds()); in testSameApnDiffThresholdsDiffMeasurementType()
DThresholdGroupTest.java328 .getThresholds(AccessNetworkConstants.AccessNetworkType.EUTRAN) in testGetThresholds()
333 .getThresholds(AccessNetworkConstants.AccessNetworkType.IWLAN) in testGetThresholds()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java157 List<Threshold> getThresholds(int accessNetworkType) { in getThresholds() method in ThresholdGroup
DAccessNetworkSelectionPolicy.java110 mLastMatchedThresholdGroup.getThresholds( in satisfiedWithWifiLowSignalStrength()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java12320 final int[] thresholds = info.getThresholds(); in validateSignalStrengthUpdateRequest()