Searched refs:mWorst (Results 1 – 3 of 3) sorted by relevance
806 && 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.QnsConfigArray2762 mWorst = worst; in set()2773 + mWorst in toString()
443 if (thresholds.mWorst != QnsConfigArray.INVALID) { in getThreshold()444 return thresholds.mWorst; in getThreshold()
1247 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()