Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DRssiUtil.java29 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp277 PerStateIoOveruseThreshold thresholds; in readComponentLevelThresholds() local
290 std::vector<PerStateIoOveruseThreshold> thresholds; in readPerStateThresholds() local
314 std::vector<PerStateIoOveruseThreshold> thresholds; in readPackageSpecificThresholds() local
331 std::vector<PerStateIoOveruseThreshold> thresholds; in readAppCategorySpecificThresholds() local
542 Result<void> writeComponentLevelThresholds(const PerStateIoOveruseThreshold& thresholds, in writeComponentLevelThresholds()
556 Result<void> writePerStateThresholds(const PerStateIoOveruseThreshold& thresholds, in writePerStateThresholds()
572 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writePackageSpecificThresholds()
588 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writeAppCategorySpecificThresholds()
635 Result<void> writeSystemWideThresholds(const std::vector<IoOveruseAlertThreshold>& thresholds, in writeSystemWideThresholds()
DIoOveruseConfigs.cpp86 bool isZeroValueThresholds(const PerStateIoOveruseThreshold& thresholds) { in isZeroValueThresholds()
92 std::string toString(const PerStateIoOveruseThreshold& thresholds) { in toString()
100 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/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DInternalIoOveruseConfigurationSubject.java149 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateThresholdStrings()
157 List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
DIoOveruseConfigurationSubject.java119 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkAgent.java47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated()
121 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgent.aidl40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated()
DNetworkAgent.java706 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
1216 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
1220 protected void setSignalStrengthThresholds(int[] thresholds) { in setSignalStrengthThresholds()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1020 Map<String, PerStateBytes> thresholds) { in toPerStateIoOveruseThresholds()
1043 toInternalIoOveruseAlertThresholds(List<IoOveruseAlertThreshold> thresholds) { in toInternalIoOveruseAlertThresholds()
1118 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateBytesMap()
1128 List<IoOveruseAlertThreshold> thresholds = new ArrayList<>(); in toIoOveruseAlertThresholds() local
/packages/services/Car/tools/ioanalyze/
Danalyzer.py63 thresholds = [ variable
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt249 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() in disconnect() constant in CallbackEntry.OnSignalStrengthThresholdsUpdated
514 val thresholds = intArrayOf(30, 50, 65) in testSignalStrengthThresholds() constant
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java511 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java5957 final SortedSet<Integer> thresholds = new TreeSet<>(); in getSignalStrengthThresholds() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java10697 final int[] thresholds = info.getThresholds(); in validateSignalStrengthUpdateRequest() local