Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdCallback.java34 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()
DIThresholdListener.java27 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged()
33 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged()
DAccessNetworkSelectionPolicyBuilder.java317 List<ThresholdGroup> thresholdGroups, List<Threshold> thresholds) { in addThresholdGroup()
428 QnsConfigArray thresholds = in getThreshold() local
464 List<Threshold> thresholds = new ArrayList<>(); in makeThresholdsWifiWithoutCellular() local
DAccessNetworkEvaluator.java1675 private void registerThresholdsToQualityMonitor(List<Threshold> thresholds) { in registerThresholdsToQualityMonitor()
2082 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged()
2087 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged()
DQnsCarrierAnspSupportConfig.java1029 private int[] validateAndAdjustThresholdArray(int[] thresholds, String thresholdKey) { in validateAndAdjustThresholdArray()
DQnsCarrierConfigManager.java795 QnsConfigArray thresholds, int accessNetwork, int measurementType, int callType) { in applyProvisioningInfo()
/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp276 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()
DIoOveruseConfigs.cpp85 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/
DWifiNetworkSelectionConfig.java175 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/
DInternalIoOveruseConfigurationSubject.java142 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateThresholdStrings()
150 List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
DIoOveruseConfigurationSubject.java119 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DCellularQualityMonitorTest.java89 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
DWifiQualityMonitorTest.java82 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DRssiUtil.java50 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkAgent.java47 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/
DOveruseConfigurationCache.java393 List<PerStateIoOveruseThreshold> thresholds) { in setIoThresholdsByAppCategoryTypeLocked()
414 private void populateThresholdsByPackagesLocked(List<PerStateIoOveruseThreshold> thresholds, in populateThresholdsByPackagesLocked()
DWatchdogPerfHandler.java2668 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/
DINetworkAgent.aidl40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated()
DNetworkAgent.java838 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/
DMediaQualityAnalyzer.h57 bool checkNotifiable(std::vector<int32_t> thresholds, int32_t currentValue) in checkNotifiable()
/packages/services/Car/tools/ioanalyze/
Danalyzer.py63 thresholds = [ variable
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt90 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/
DUdfpsViewModel.kt206 combine(enrollStageInteractor.enrollStageThresholds, enrollState) { thresholds, event -> in <lambda>() method
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java800 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt471 val thresholds = intArrayOf(30, 50, 65) in testSignalStrengthThresholds() constant

12