Home
last modified time | relevance | path

Searched refs:ThresholdGroup (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java36 private ThresholdGroup mLastMatchedThresholdGroup;
42 List<ThresholdGroup> thgroups) { in AccessNetworkSelectionPolicy()
230 private final List<ThresholdGroup> mThresholdGroups;
232 protected PostCondition(List<ThresholdGroup> thGroups) { in PostCondition()
244 for (ThresholdGroup thgroup : mThresholdGroups) { in satisfiedByThreshold()
263 for (ThresholdGroup thgroup : mThresholdGroups) { in findUnmatchedThresholds()
275 for (ThresholdGroup thresholdGroup : mThresholdGroups) { in hasWifiThresholdWithoutCellularCondition()
287 for (ThresholdGroup thgroup : mThresholdGroups) { in toString()
DThresholdGroup.java27 class ThresholdGroup { class
33 ThresholdGroup(List<Threshold> ths) { in ThresholdGroup() method in ThresholdGroup
36 mTag = ThresholdGroup.class.getSimpleName() + groupId; in ThresholdGroup()
DAccessNetworkSelectionPolicyBuilder.java247 protected List<ThresholdGroup> makeThresholdGroups( in makeThresholdGroups()
250 List<ThresholdGroup> thresholdGroups = new ArrayList<>(); in makeThresholdGroups()
317 List<ThresholdGroup> thresholdGroups, List<Threshold> thresholds) { in addThresholdGroup()
318 for (ThresholdGroup thresholdGroup : thresholdGroups) { in addThresholdGroup()
323 thresholdGroups.add(new ThresholdGroup(thresholds)); in addThresholdGroup()
327 List<ThresholdGroup> thresholdGroups, in addThresholdGroup()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java44 private ThresholdGroup mThresholdGroup;
91 mThresholdGroup = new ThresholdGroup(mThresholdList); in testSatisfiedByThreshold_WithThresholds()
125 mThresholdGroup = new ThresholdGroup(mThresholdList); in testSatisfiedByThreshold_WithThresholds()
165 mThresholdGroup = new ThresholdGroup(mThresholdList); in testSatisfiedByThreshold_WithSignalAvailability()
210 mThresholdGroup = new ThresholdGroup(mThresholdList); in testSatisfiedByThreshold_WithEutranAvailability()
283 mThresholdGroup = new ThresholdGroup(mThresholdList); in testSatisfiedByThreshold_WithUnavailability()
310 mThresholdGroup = new ThresholdGroup(mThresholdList); in testFindUnmatchedThresholds()
324 mThresholdGroup = new ThresholdGroup(mThresholdList); in testGetThresholds()
339 mThresholdGroup = new ThresholdGroup(mThresholdList); in testIdenticalThreshold()
DAccessNetworkSelectionPolicyTest.java53 List<ThresholdGroup> mThresholdGroups = new ArrayList<>();
124 mThresholdGroups.add(new ThresholdGroup(ths)); in testSatisfiedByThreshold_thresholdGroup()
195 private List<ThresholdGroup> generateTestThresholdGroups() { in generateTestThresholdGroups()
196 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups()
219 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()
243 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()
340 List<ThresholdGroup> thgroups = new ArrayList<>(); in testHasWifiThresholdWithoutCellularCondition()
356 thgroups.add(new ThresholdGroup(ths)); in testHasWifiThresholdWithoutCellularCondition()
377 thgroups.add(new ThresholdGroup(ths)); in testHasWifiThresholdWithoutCellularCondition()
DAccessNetworkSelectionPolicyBuilderTest.java437 List<ThresholdGroup> thresholdGroupList = new ArrayList<>(); in testAddThresholdGroup_RoveIn()
630 List<ThresholdGroup> thresholdGroupList = new ArrayList<>(); in testAddThresholdGroup_RoveOut()
DAccessNetworkEvaluatorTest.java1181 List<ThresholdGroup> tg1 = in generateAnspPolicyMap()
1187 List<ThresholdGroup> tg2 = in generateAnspPolicyMap()
1235 private List<ThresholdGroup> generateTestThresholdGroups( in generateTestThresholdGroups()
1237 List<ThresholdGroup> thgroups = new ArrayList<>(); in generateTestThresholdGroups()
1246 thgroups.add(new ThresholdGroup(ths)); in generateTestThresholdGroups()