Home
last modified time | relevance | path

Searched refs:THRESHOLD_EQUAL_OR_SMALLER (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdTest.java36 private int mMatchType = QnsConstants.THRESHOLD_EQUAL_OR_SMALLER;
144 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMultipleNetCapabilityTypeCheckCriteria()
150 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMultipleNetCapabilityTypeCheckCriteria()
171 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMatching()
177 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMatching()
183 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMatching()
189 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMatching()
DAccessNetworkSelectionPolicyTest.java115 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testSatisfiedByThreshold_thresholdGroup()
203 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in generateTestThresholdGroups()
227 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in generateTestThresholdGroups()
234 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in generateTestThresholdGroups()
347 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testHasWifiThresholdWithoutCellularCondition()
375 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testHasWifiThresholdWithoutCellularCondition()
DThresholdGroupTest.java55 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
62 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
69 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
201 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testSatisfiedByThreshold_WithEutranAvailability()
306 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testFindUnmatchedThresholds()
DCellularQualityMonitorTest.java115 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
121 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
130 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
139 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp()
563 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testOnSignalStrengthsChanged_Matching()
579 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testOnSignalStrengthsChanged_Matching()
655 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testOnSignalStrengthsChanged_NotMatching()
689 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testOnSignalStrengthsChanged_NotMatching()
DWifiQualityMonitorTest.java157 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testRegisterThresholdChange_RoveOut()
164 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testRegisterThresholdChange_RoveOut()
220 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testUpdateThresholdsForNetCapability_RoveOut_Add()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThreshold.java138 case QnsConstants.THRESHOLD_EQUAL_OR_SMALLER: in isMatching()
229 } else if (mMatchType == QnsConstants.THRESHOLD_EQUAL_OR_SMALLER) { in toShortString()
DQnsConstants.java177 static final int THRESHOLD_EQUAL_OR_SMALLER = 2; field in QnsConstants
DAccessNetworkSelectionPolicy.java114 if (th.getMatchType() == QnsConstants.THRESHOLD_EQUAL_OR_SMALLER) { in satisfiedWithWifiLowSignalStrength()
DWifiQualityMonitor.java260 if (backhaul < 0 && th.getMatchType() != QnsConstants.THRESHOLD_EQUAL_OR_SMALLER) { in handleMatchingThreshold()
DAccessNetworkSelectionPolicyBuilder.java487 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in makeThresholdsWifiWithoutCellular()
511 static final int SMALLER = QnsConstants.THRESHOLD_EQUAL_OR_SMALLER;