Home
last modified time | relevance | path

Searched refs:getThreshold (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilderTest.java458 .getThreshold()); in testAddThresholdGroup_RoveIn()
465 .getThreshold()); in testAddThresholdGroup_RoveIn()
489 .getThreshold()); in testAddThresholdGroup_RoveIn()
496 .getThreshold()); in testAddThresholdGroup_RoveIn()
503 .getThreshold()); in testAddThresholdGroup_RoveIn()
510 .getThreshold()); in testAddThresholdGroup_RoveIn()
534 .getThreshold()); in testAddThresholdGroup_RoveIn()
541 .getThreshold()); in testAddThresholdGroup_RoveIn()
566 .getThreshold()); in testAddThresholdGroup_RoveIn()
573 .getThreshold()); in testAddThresholdGroup_RoveIn()
[all …]
DWifiQualityMonitorTest.java138 assertEquals(mThs1[0].getThreshold(), regThreshold); in testRegisterThresholdChange_RoveIn()
146 assertEquals(mThs2[0].getThreshold(), regThreshold); in testUnregisterThresholdChange_RoveIn()
172 assertEquals(mThs2[0].getThreshold(), regThreshold); in testRegisterThresholdChange_RoveOut()
180 assertEquals(mThs1[0].getThreshold(), regThreshold); in testUnregisterThresholdChange_RoveOut()
200 assertEquals(mThs3[0].getThreshold(), regThreshold); in testUpdateThresholdsForNetCapability_RoveIn_Add()
209 assertEquals(mThs2[0].getThreshold(), regThreshold); in testUpdateThresholdsForNetCapability_RoveIn_Remove()
225 assertEquals(mThs3[0].getThreshold(), regThreshold); in testUpdateThresholdsForNetCapability_RoveOut_Add()
234 assertEquals(mThs2[0].getThreshold(), regThreshold); in testUpdateThresholdsForNetCapability_RoveOut_Remove()
DThresholdTest.java102 Assert.assertEquals(mThresholdValue, mThreshold.getThreshold()); in testGetThreshold()
109 Assert.assertEquals(set_th, mThreshold.getThreshold()); in testSetThreshold()
DCellularQualityMonitorTest.java609 assertEquals(expected, mOutputThs[0].getThreshold()); in verifyReportedThreshold()
DQnsCarrierConfigManagerTest.java1172 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateArrayForNull()
1182 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateForThresholds()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarThresholdUtils.java40 private static int getThreshold(Resources r, DeviceProfile dp, int thresholdDimen, in getThreshold() method in TaskbarThresholdUtils
60 return getThreshold(r, dp, R.dimen.taskbar_from_nav_threshold, in getFromNavThreshold()
68 return getThreshold(r, dp, R.dimen.taskbar_app_window_threshold, in getAppWindowThreshold()
76 return getThreshold(r, dp, R.dimen.taskbar_home_overview_threshold, in getHomeOverviewThreshold()
84 return getThreshold(r, dp, R.dimen.taskbar_catch_up_threshold, in getCatchUpThreshold()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdGroup.java82 if (th.getThreshold() == QnsConstants.SIGNAL_AVAILABLE in satisfy()
88 if (th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in satisfy()
149 && th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in hasWifiThresholdWithoutCellularCondition()
DWifiQualityMonitor.java219 if (newThreshold > t.getThreshold() in checkForThresholdRegistration()
221 newThreshold = t.getThreshold(); in checkForThresholdRegistration()
224 } else if (newThreshold < t.getThreshold()) { in checkForThresholdRegistration()
225 newThreshold = t.getThreshold(); in checkForThresholdRegistration()
DAccessNetworkSelectionPolicyBuilder.java412 getThreshold(anspItem, preCondition) + adjustThreshold, in makeThreshold()
418 return getThreshold(anspItem, preCondition) != QnsConfigArray.INVALID; in hasThreshold()
421 protected int getThreshold(AnspItem anspItem, PreCondition preCondition) { in getThreshold() method in AccessNetworkSelectionPolicyBuilder
DThreshold.java106 int getThreshold() { in getThreshold() method in Threshold
DCellularQualityMonitor.java356 thresholdsList.add(th.getThreshold()); in updateThresholdsMatrix()
469 if (!isValidThreshold(threshold.getMeasurementType(), threshold.getThreshold())) { in validateThresholdList()
DQnsCarrierConfigManager.java2165 QnsConfigArray getThreshold( in getThreshold() method in QnsCarrierConfigManager
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbSendMessageCalculator.java74 public double getThreshold() { in getThreshold() method in CbSendMessageCalculator
DCellBroadcastHandler.java663 + ", threshold = " + calculator.getThreshold() in performGeoFencing()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCbSendMessageCalculatorTest.java281 assertEquals(calculator.getThreshold(), 1000.0); in testThreshold()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4007 ioThresholdBySystemComponent.getThreshold(); in testDumpProto()
4015 perStateBytes = ioThresholdByVendorComponent.getThreshold(); in testDumpProto()
4023 perStateBytes = ioThresholdByThirdPartyComponent.getThreshold(); in testDumpProto()
4034 perStateBytes = ioThresholdBySystemPackage.getThreshold(); in testDumpProto()
4043 perStateBytes = ioThresholdByVendorPackage.getThreshold(); in testDumpProto()
4055 perStateBytes = ioThresholdByMapsAppCategory.getThreshold(); in testDumpProto()
4063 perStateBytes = ioThresholdByMediaAppCategory.getThreshold(); in testDumpProto()