Home
last modified time | relevance | path

Searched refs:thgroups (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyTest.java196 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups() local
219 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()
243 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()
244 return thgroups; in generateTestThresholdGroups()
340 List<ThresholdGroup> thgroups = new ArrayList<>(); in testHasWifiThresholdWithoutCellularCondition() local
356 thgroups.add(new ThresholdGroup(ths)); in testHasWifiThresholdWithoutCellularCondition()
358 postCondition = ansp.new PostCondition(thgroups); in testHasWifiThresholdWithoutCellularCondition()
361 thgroups.clear(); in testHasWifiThresholdWithoutCellularCondition()
377 thgroups.add(new ThresholdGroup(ths)); in testHasWifiThresholdWithoutCellularCondition()
379 postCondition = ansp.new PostCondition(thgroups); in testHasWifiThresholdWithoutCellularCondition()
DAccessNetworkEvaluatorTest.java1237 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups() local
1246 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()
1248 return thgroups; in generateTestThresholdGroups()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java42 List<ThresholdGroup> thgroups) { in AccessNetworkSelectionPolicy() argument
55 mPostCondition = new PostCondition(thgroups); in AccessNetworkSelectionPolicy()