Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java95 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithThresholds()
128 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithThresholds()
136 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithThresholds()
145 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithThresholds()
168 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithSignalAvailability()
177 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithSignalAvailability()
213 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithEutranAvailability()
221 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithEutranAvailability()
229 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithEutranAvailability()
286 mThresholdGroup.satisfiedByThreshold( in testSatisfiedByThreshold_WithUnavailability()
DAccessNetworkSelectionPolicyTest.java141 ansp.satisfiedByThreshold( in testSatisfiedByThreshold_thresholdGroup()
145 ansp.satisfiedByThreshold( in testSatisfiedByThreshold_thresholdGroup()
154 ansp.satisfiedByThreshold( in testSatisfiedByThreshold_thresholdGroup()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java79 boolean satisfiedByThreshold( in satisfiedByThreshold() method in AccessNetworkSelectionPolicy
88 return mPostCondition.satisfiedByThreshold( in satisfiedByThreshold()
236 protected boolean satisfiedByThreshold( in satisfiedByThreshold() method in AccessNetworkSelectionPolicy.PostCondition
245 if (thgroup.satisfiedByThreshold( in satisfiedByThreshold()
DThresholdGroup.java50 boolean satisfiedByThreshold( in satisfiedByThreshold() method in ThresholdGroup
DAccessNetworkEvaluator.java1745 if (policy.satisfiedByThreshold( in evaluateAccessNetworkSelectionPolicy()