/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyBuilderTest.java | 458 .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 …]
|
D | WifiQualityMonitorTest.java | 138 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()
|
D | ThresholdTest.java | 102 Assert.assertEquals(mThresholdValue, mThreshold.getThreshold()); in testGetThreshold() 109 Assert.assertEquals(set_th, mThreshold.getThreshold()); in testSetThreshold()
|
D | CellularQualityMonitorTest.java | 609 assertEquals(expected, mOutputThs[0].getThreshold()); in verifyReportedThreshold()
|
D | QnsCarrierConfigManagerTest.java | 1172 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateArrayForNull() 1182 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateForThresholds()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarThresholdUtils.java | 40 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/ |
D | ThresholdGroup.java | 82 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()
|
D | WifiQualityMonitor.java | 219 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()
|
D | AccessNetworkSelectionPolicyBuilder.java | 412 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
|
D | Threshold.java | 106 int getThreshold() { in getThreshold() method in Threshold
|
D | CellularQualityMonitor.java | 356 thresholdsList.add(th.getThreshold()); in updateThresholdsMatrix() 469 if (!isValidThreshold(threshold.getMeasurementType(), threshold.getThreshold())) { in validateThresholdList()
|
D | QnsCarrierConfigManager.java | 2165 QnsConfigArray getThreshold( in getThreshold() method in QnsCarrierConfigManager
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CbSendMessageCalculator.java | 74 public double getThreshold() { in getThreshold() method in CbSendMessageCalculator
|
D | CellBroadcastHandler.java | 663 + ", threshold = " + calculator.getThreshold() in performGeoFencing()
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CbSendMessageCalculatorTest.java | 281 assertEquals(calculator.getThreshold(), 1000.0); in testThreshold()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | WatchdogPerfHandlerUnitTest.java | 4007 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()
|