Home
last modified time | relevance | path

Searched refs:mBad (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java798 && thresholds.mBad != QnsConfigArray.INVALID in applyProvisioningInfo()
802 Log.d(mLogTag, "provisioning bad THLTE1 old:" + thresholds.mBad + " new:" + bad); in applyProvisioningInfo()
803 thresholds.mBad = bad; in applyProvisioningInfo()
832 && thresholds.mBad != QnsConfigArray.INVALID in applyProvisioningInfo()
836 Log.d(mLogTag, "provisioning bad VOWT_B old:" + thresholds.mBad + " new:" + bad); in applyProvisioningInfo()
837 thresholds.mBad = bad; in applyProvisioningInfo()
840 thresholds.mBad = bad + 5; in applyProvisioningInfo()
2744 int mBad = INVALID; field in QnsCarrierConfigManager.QnsConfigArray
2761 mBad = bad; in set()
2771 + mBad in toString()
DAccessNetworkSelectionPolicyBuilder.java441 return thresholds.mBad; in getThreshold()
446 return thresholds.mBad; in getThreshold()
481 if (threshold.mBad != QnsConfigArray.INVALID && direction == QnsConstants.ROVE_OUT) { in makeThresholdsWifiWithoutCellular()
486 threshold.mBad, in makeThresholdsWifiWithoutCellular()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1246 Assert.assertEquals(0x0000FFFF, threshold.mBad); in loadAndValidateArrayForInvalidValueWithPref()
1473 Assert.assertEquals(QnsConstants.KEY_DEFAULT_THRESHOLD_SSRSRP_BAD, threshold.mBad); in validateForThreshold()
1482 Assert.assertEquals(QnsConstants.KEY_DEFAULT_THRESHOLD_RSRP_BAD, threshold.mBad); in validateForThreshold()
1491 Assert.assertEquals(KEY_DEFAULT_THRESHOLD_RSCP_BAD, threshold.mBad); in validateForThreshold()
1500 QnsConstants.KEY_DEFAULT_THRESHOLD_GERAN_RSSI_BAD, threshold.mBad); in validateForThreshold()
1510 QnsConstants.KEY_DEFAULT_THRESHOLD_WIFI_RSSI_BAD, threshold.mBad); in validateForThreshold()
1526 Assert.assertEquals(0x0000FFFF, threshold.mBad); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1527 Assert.assertEquals(0x0000FFFF, threshold.mBad); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1532 Assert.assertEquals(0x0000FFFF, threshold.mBad); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1536 Assert.assertEquals(0x0000FFFF, threshold.mBad); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
[all …]