Searched refs:thgroups (Results 1 – 3 of 3) sorted by relevance
196 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups() local219 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() local356 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()
1237 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups() local1246 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()1248 return thgroups; in generateTestThresholdGroups()
42 List<ThresholdGroup> thgroups) { in AccessNetworkSelectionPolicy() argument55 mPostCondition = new PostCondition(thgroups); in AccessNetworkSelectionPolicy()