Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java342 assertTrue(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
345 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
351 assertTrue(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
356 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
363 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
370 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
377 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
384 assertFalse(mThresholdGroup.identicalThreshold(ths)); in testIdenticalThreshold()
DThresholdTest.java159 Assert.assertTrue(th[0].identicalThreshold(th[1])); in testIsMultipleNetCapabilityTypeCheckCriteria()
160 Assert.assertFalse(th[0].identicalThreshold(th[2])); in testIsMultipleNetCapabilityTypeCheckCriteria()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java180 boolean identicalThreshold(List<Threshold> o) { in identicalThreshold() method in ThresholdGroup
187 if (th.identicalThreshold(tho)) { in identicalThreshold()
DThreshold.java238 boolean identicalThreshold(Threshold o) { in identicalThreshold() method in Threshold
DAccessNetworkSelectionPolicyBuilder.java319 if (thresholdGroup.identicalThreshold(thresholds)) { in addThresholdGroup()