Home
last modified time | relevance | path

Searched refs:SIGNAL_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java259 QnsConstants.SIGNAL_UNAVAILABLE, in testSatisfiedByThreshold_WithUnavailability()
266 QnsConstants.SIGNAL_UNAVAILABLE, in testSatisfiedByThreshold_WithUnavailability()
273 QnsConstants.SIGNAL_UNAVAILABLE, in testSatisfiedByThreshold_WithUnavailability()
280 QnsConstants.SIGNAL_UNAVAILABLE, in testSatisfiedByThreshold_WithUnavailability()
DAccessNetworkSelectionPolicyTest.java374 QnsConstants.SIGNAL_UNAVAILABLE, in testHasWifiThresholdWithoutCellularCondition()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java88 if (th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in satisfy()
149 && th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in hasWifiThresholdWithoutCellularCondition()
DQnsConstants.java181 static final int SIGNAL_UNAVAILABLE = 0; field in QnsConstants
DAccessNetworkSelectionPolicyBuilder.java526 static final int UNAVAIL = QnsConstants.SIGNAL_UNAVAILABLE;