Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java806 && thresholds.mWorst != QnsConfigArray.INVALID in applyProvisioningInfo()
811 Log.d(mLogTag, "provisioning worst THLTE2 old:" + thresholds.mWorst + " new:" + worst); in applyProvisioningInfo()
812 thresholds.mWorst = worst; in applyProvisioningInfo()
2749 int mWorst = INVALID; field in QnsCarrierConfigManager.QnsConfigArray
2762 mWorst = worst; in set()
2773 + mWorst in toString()
DAccessNetworkSelectionPolicyBuilder.java443 if (thresholds.mWorst != QnsConfigArray.INVALID) { in getThreshold()
444 return thresholds.mWorst; in getThreshold()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1247 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in loadAndValidateArrayForInvalidValueWithPref()
1475 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in validateForThreshold()
1484 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in validateForThreshold()
1493 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in validateForThreshold()
1502 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in validateForThreshold()
1537 Assert.assertEquals(0x0000FFFF, threshold.mWorst); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
2264 assertEquals(-110, configArray.mWorst); in testApplyProvisioningInfo()