Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java161 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithSignalAvailability()
206 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithEutranAvailability()
258 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithUnavailability()
265 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithUnavailability()
272 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithUnavailability()
279 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testSatisfiedByThreshold_WithUnavailability()
DAccessNetworkSelectionPolicyTest.java373 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in testHasWifiThresholdWithoutCellularCondition()
DAccessNetworkSelectionPolicyBuilderTest.java743 assertEquals(QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, threshold.getMeasurementType()); in verifyUnavailableThreshold()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java81 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY) { in satisfy()
119 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY) { in findUnmatchedThresholds()
148 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY in hasWifiThresholdWithoutCellularCondition()
DThreshold.java224 case QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY: in toShortString()
DQnsConstants.java179 static final int SIGNAL_MEASUREMENT_AVAILABILITY = 1 << 7; field in QnsConstants
DAccessNetworkSelectionPolicyBuilder.java456 QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY, in makeUnavailableThreshold()
508 static final int AVAILABILITY = QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY;