/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | ThresholdCallback.java | 34 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged() 38 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged() 51 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged() 62 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged()
|
D | IThresholdListener.java | 27 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged() 33 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged()
|
D | AccessNetworkSelectionPolicyBuilder.java | 317 List<ThresholdGroup> thresholdGroups, List<Threshold> thresholds) { in addThresholdGroup() 428 QnsConfigArray thresholds = in getThreshold() local 464 List<Threshold> thresholds = new ArrayList<>(); in makeThresholdsWifiWithoutCellular() local
|
D | AccessNetworkEvaluator.java | 1675 private void registerThresholdsToQualityMonitor(List<Threshold> thresholds) { in registerThresholdsToQualityMonitor() 2082 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged() 2087 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged()
|
D | QnsCarrierAnspSupportConfig.java | 1029 private int[] validateAndAdjustThresholdArray(int[] thresholds, String thresholdKey) { in validateAndAdjustThresholdArray()
|
D | QnsCarrierConfigManager.java | 795 QnsConfigArray thresholds, int accessNetwork, int measurementType, int callType) { in applyProvisioningInfo()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 276 PerStateIoOveruseThreshold thresholds; in readComponentLevelThresholds() local 289 std::vector<PerStateIoOveruseThreshold> thresholds; in readPerStateThresholds() local 313 std::vector<PerStateIoOveruseThreshold> thresholds; in readPackageSpecificThresholds() local 330 std::vector<PerStateIoOveruseThreshold> thresholds; in readAppCategorySpecificThresholds() local 541 Result<void> writeComponentLevelThresholds(const PerStateIoOveruseThreshold& thresholds, in writeComponentLevelThresholds() 555 Result<void> writePerStateThresholds(const PerStateIoOveruseThreshold& thresholds, in writePerStateThresholds() 571 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writePackageSpecificThresholds() 587 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writeAppCategorySpecificThresholds() 634 Result<void> writeSystemWideThresholds(const std::vector<IoOveruseAlertThreshold>& thresholds, in writeSystemWideThresholds()
|
D | IoOveruseConfigs.cpp | 85 std::string toString(const PerStateIoOveruseThreshold& thresholds) { in toString() 93 Result<void> containsValidThresholds(const PerStateIoOveruseThreshold& thresholds) { in containsValidThresholds() 249 const std::vector<PerStateIoOveruseThreshold>& thresholds, in updatePerPackageThresholds() 356 const std::vector<PerStateIoOveruseThreshold>& thresholds) { in updatePerCategoryThresholds() 385 const std::vector<IoOveruseAlertThreshold>& thresholds) { in updateAlertThresholds()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiNetworkSelectionConfig.java | 175 private static boolean isValidRssiThresholdArray(int[] thresholds) { in isValidRssiThresholdArray() 205 public static boolean isRssiThresholdResetArray(@NonNull int[] thresholds) { in isRssiThresholdResetArray() 436 public @NonNull Builder setRssiThresholds(@WifiBand int band, @NonNull int[] thresholds) in setRssiThresholds()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | InternalIoOveruseConfigurationSubject.java | 142 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateThresholdStrings() 150 List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
D | IoOveruseConfigurationSubject.java | 119 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | CellularQualityMonitorTest.java | 89 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged() 308 int[] thresholds = new int[] {-110, -112, -99, -100, -70}; in testDiffApnDiffThresholdSameMeasurementType() local 373 int[] thresholds = new int[] {-110, -100, -110, -100, -70}; in testDiffApnSameThresholdSameMeasurementType() local
|
D | WifiQualityMonitorTest.java | 82 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | RssiUtil.java | 50 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkAgent.java | 47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated() 122 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | OveruseConfigurationCache.java | 393 List<PerStateIoOveruseThreshold> thresholds) { in setIoThresholdsByAppCategoryTypeLocked() 414 private void populateThresholdsByPackagesLocked(List<PerStateIoOveruseThreshold> thresholds, in populateThresholdsByPackagesLocked()
|
D | WatchdogPerfHandler.java | 2668 Map<String, PerStateBytes> thresholds) { in toPerStateIoOveruseThresholds() 2691 toInternalIoOveruseAlertThresholds(List<IoOveruseAlertThreshold> thresholds) { in toInternalIoOveruseAlertThresholds() 2767 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateBytesMap() 2778 List<IoOveruseAlertThreshold> thresholds = new ArrayList<>(); in toIoOveruseAlertThresholds() local
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | INetworkAgent.aidl | 40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated()
|
D | NetworkAgent.java | 838 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() 1412 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() 1416 protected void setSignalStrengthThresholds(int[] thresholds) { in setSignalStrengthThresholds()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/ |
D | MediaQualityAnalyzer.h | 57 bool checkNotifiable(std::vector<int32_t> thresholds, int32_t currentValue) in checkNotifiable()
|
/packages/services/Car/tools/ioanalyze/ |
D | analyzer.py | 63 thresholds = [ variable
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | TestableNetworkAgent.kt | 90 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() constant in CallbackEntry.OnSignalStrengthThresholdsUpdated
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/viewmodel/ |
D | UdfpsViewModel.kt | 206 combine(enrollStageInteractor.enrollStageThresholds, enrollState) { thresholds, event -> in <lambda>() method
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 800 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 471 val thresholds = intArrayOf(30, 50, 65) in testSignalStrengthThresholds() constant
|