| /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 | 1665     private void registerThresholdsToQualityMonitor(List<Threshold> thresholds) {  in registerThresholdsToQualityMonitor()2072         public void onWifiThresholdChanged(Threshold[] thresholds) {  in onWifiThresholdChanged()
 2077         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()  local289     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 | 29         int[] thresholds = getRssiLevelThresholds(context);  in calculateSignalLevel()  local
 | 
| /packages/services/Car/service/src/com/android/car/watchdog/ | 
| D | OveruseConfigurationCache.java | 282             List<PerStateIoOveruseThreshold> thresholds) {  in setIoThresholdsByAppCategoryTypeLocked()303     private void populateThresholdsByPackagesLocked(List<PerStateIoOveruseThreshold> thresholds,  in populateThresholdsByPackagesLocked()
 
 | 
| D | WatchdogPerfHandler.java | 2458             Map<String, PerStateBytes> thresholds) {  in toPerStateIoOveruseThresholds()2481             toInternalIoOveruseAlertThresholds(List<IoOveruseAlertThreshold> thresholds) {  in toInternalIoOveruseAlertThresholds()
 2557             List<PerStateIoOveruseThreshold> thresholds) {  in toPerStateBytesMap()
 2568         List<IoOveruseAlertThreshold> thresholds = new ArrayList<>();  in toIoOveruseAlertThresholds()  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()
 
 | 
| D | ClientModeImpl.java | 5252         public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) {  in onSignalStrengthThresholdsUpdated()
 | 
| /packages/modules/Connectivity/framework/src/android/net/ | 
| D | INetworkAgent.aidl | 40     void onSignalStrengthThresholdsUpdated(in int[] thresholds);  in onSignalStrengthThresholdsUpdated()
 | 
| D | NetworkAgent.java | 792         public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) {  in onSignalStrengthThresholdsUpdated()1354     public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) {  in onSignalStrengthThresholdsUpdated()
 1358     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/service/src/com/android/server/connectivity/ | 
| D | NetworkAgentInfo.java | 771     public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) {  in onSignalStrengthThresholdsUpdated()
 | 
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | NetworkAgentTest.kt | 447         val thresholds = intArrayOf(30, 50, 65)  in testSignalStrengthThresholds()  constant
 | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | ClientModeImplTest.java | 3635         int[] thresholds = {RSSI_THRESHOLD_BREACH_MAX};  in testRssiMonitoringOnSecondaryIsNotEnabled()  local
 |