/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | RssiUtil.java | 29 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 277 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()
|
D | IoOveruseConfigs.cpp | 86 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/ |
D | InternalIoOveruseConfigurationSubject.java | 149 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateThresholdStrings() 157 List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
D | IoOveruseConfigurationSubject.java | 119 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkAgent.java | 47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated() 121 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 | 706 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/ |
D | WatchdogPerfHandler.java | 1020 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/ |
D | analyzer.py | 63 thresholds = [ variable
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 249 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/ |
D | NetworkAgentInfo.java | 511 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 5957 final SortedSet<Integer> thresholds = new TreeSet<>(); in getSignalStrengthThresholds() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 10697 final int[] thresholds = info.getThresholds(); in validateSignalStrengthUpdateRequest() local
|