Home
last modified time | relevance | path

Searched refs:PostCondition (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java34 private final PostCondition mPostCondition;
55 mPostCondition = new PostCondition(thgroups); in AccessNetworkSelectionPolicy()
229 protected class PostCondition { class in AccessNetworkSelectionPolicy
232 protected PostCondition(List<ThresholdGroup> thGroups) { in PostCondition() method in AccessNetworkSelectionPolicy.PostCondition
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyTest.java337 AccessNetworkSelectionPolicy.PostCondition postCondition = ansp.new PostCondition(null); in testHasWifiThresholdWithoutCellularCondition()
358 postCondition = ansp.new PostCondition(thgroups); in testHasWifiThresholdWithoutCellularCondition()
379 postCondition = ansp.new PostCondition(thgroups); in testHasWifiThresholdWithoutCellularCondition()