Searched refs:identicalThreshold (Results 1 – 5 of 5) sorted by relevance
342 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()
159 Assert.assertTrue(th[0].identicalThreshold(th[1])); in testIsMultipleNetCapabilityTypeCheckCriteria()160 Assert.assertFalse(th[0].identicalThreshold(th[2])); in testIsMultipleNetCapabilityTypeCheckCriteria()
180 boolean identicalThreshold(List<Threshold> o) { in identicalThreshold() method in ThresholdGroup187 if (th.identicalThreshold(tho)) { in identicalThreshold()
238 boolean identicalThreshold(Threshold o) { in identicalThreshold() method in Threshold
319 if (thresholdGroup.identicalThreshold(thresholds)) { in addThresholdGroup()