Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java815 && thresholds.mGood != QnsConfigArray.INVALID in applyProvisioningInfo()
819 Log.d(mLogTag, "provisioning good THLTE3 old:" + thresholds.mGood + " new:" + good); in applyProvisioningInfo()
820 thresholds.mGood = good; in applyProvisioningInfo()
823 && thresholds.mGood != QnsConfigArray.INVALID in applyProvisioningInfo()
828 Log.d(mLogTag, "provisioning good VOWT_A old:" + thresholds.mGood + " new:" + good); in applyProvisioningInfo()
829 thresholds.mGood = good; in applyProvisioningInfo()
2740 int mGood = INVALID; field in QnsCarrierConfigManager.QnsConfigArray
2760 mGood = good; in set()
2769 + mGood in toString()
DAccessNetworkSelectionPolicyBuilder.java439 return thresholds.mGood; in getThreshold()
472 if (threshold.mGood != QnsConfigArray.INVALID && direction == QnsConstants.ROVE_IN) { in makeThresholdsWifiWithoutCellular()
477 threshold.mGood, in makeThresholdsWifiWithoutCellular()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1245 Assert.assertEquals(0x0000FFFF, threshold.mGood); in loadAndValidateArrayForInvalidValueWithPref()
1472 QnsConstants.KEY_DEFAULT_THRESHOLD_SSRSRP_GOOD, threshold.mGood); in validateForThreshold()
1481 Assert.assertEquals(KEY_DEFAULT_THRESHOLD_RSRP_GOOD, threshold.mGood); in validateForThreshold()
1490 Assert.assertEquals(KEY_DEFAULT_THRESHOLD_RSCP_GOOD, threshold.mGood); in validateForThreshold()
1498 QnsConstants.KEY_DEFAULT_THRESHOLD_GERAN_RSSI_GOOD, threshold.mGood); in validateForThreshold()
1508 QnsConstants.KEY_DEFAULT_THRESHOLD_WIFI_RSSI_GOOD, threshold.mGood); in validateForThreshold()
1521 Assert.assertEquals(0x0000FFFF, threshold.mGood); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1522 Assert.assertEquals(0x0000FFFF, threshold.mGood); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1531 Assert.assertEquals(0x0000FFFF, threshold.mGood); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1535 Assert.assertEquals(0x0000FFFF, threshold.mGood); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
[all …]