Searched refs:getThresholds (Results 1 – 6 of 6) sorted by relevance
456 .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 …]
354 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()
328 .getThresholds(AccessNetworkConstants.AccessNetworkType.EUTRAN) in testGetThresholds()333 .getThresholds(AccessNetworkConstants.AccessNetworkType.IWLAN) in testGetThresholds()
157 List<Threshold> getThresholds(int accessNetworkType) { in getThresholds() method in ThresholdGroup
110 mLastMatchedThresholdGroup.getThresholds( in satisfiedWithWifiLowSignalStrength()
12320 final int[] thresholds = info.getThresholds(); in validateSignalStrengthUpdateRequest()