/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A 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()
|
H A D | IoOveruseConfigs.cpp | 86 std::string toString(const PerStateIoOveruseThreshold& thresholds) { in toString() 94 Result<void> containsValidThresholds(const PerStateIoOveruseThreshold& thresholds) { in containsValidThresholds() 250 const std::vector<PerStateIoOveruseThreshold>& thresholds, in updatePerPackageThresholds() 357 const std::vector<PerStateIoOveruseThreshold>& thresholds) { in updatePerCategoryThresholds() 386 const std::vector<IoOveruseAlertThreshold>& thresholds) { in updateAlertThresholds()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | InternalIoOveruseConfigurationSubject.java | 142 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateThresholdStrings() 150 List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
H A D | IoOveruseConfigurationSubject.java | 119 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | RssiUtil.java | 29 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | OveruseConfigurationCache.java | 273 List<PerStateIoOveruseThreshold> thresholds) { in setIoThresholdsByAppCategoryTypeLocked() 290 private void populateThresholdsByPackagesLocked(List<PerStateIoOveruseThreshold> thresholds, in populateThresholdsByPackagesLocked()
|
H A D | WatchdogPerfHandler.java | 2119 Map<String, PerStateBytes> thresholds) { in toPerStateIoOveruseThresholds() 2142 toInternalIoOveruseAlertThresholds(List<IoOveruseAlertThreshold> thresholds) { in toInternalIoOveruseAlertThresholds() 2218 List<PerStateIoOveruseThreshold> thresholds) { in toPerStateBytesMap() 2229 List<IoOveruseAlertThreshold> thresholds = new ArrayList<>(); in toIoOveruseAlertThresholds() local
|
/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/window/ |
H A D | SizeConfigurationBucketsTest.java | 120 final int[] thresholds = new int[] { 360, 600 }; in testCrossesSizeThreshold() local 370 private void checkCrossesSizeThreshold(int[] thresholds, int oldValue, int newValue, in checkCrossesSizeThreshold()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiNetworkAgent.java | 47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated() 121 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | INetworkAgent.aidl | 40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated()
|
H A 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()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
H A D | DisplayModeDirectorTest.java | 1910 String thresholds = toPropertyValue(brightnessThresholds); in setLowDisplayBrightnessThresholds() local 1923 String thresholds = toPropertyValue(ambientThresholds); in setLowAmbientBrightnessThresholds() local 1942 String thresholds = toPropertyValue(brightnessThresholds); in setHighDisplayBrightnessThresholds() local 1955 String thresholds = toPropertyValue(ambientThresholds); in setHighAmbientBrightnessThresholds() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SignalThresholdInfo.java | 308 @NonNull int[] thresholds, boolean isEnabled) { in SignalThresholdInfo()
|
H A D | CellSignalStrengthNr.java | 454 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
|
H A D | CellSignalStrengthLte.java | 383 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SignalThresholdInfoTest.java | 284 int[] thresholds) { in buildWithInvalidParameterThrowException()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | SizeConfigurationBuckets.java | 233 public static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
|
/aosp12/packages/services/Car/tools/ioanalyze/ |
H A D | analyzer.py | 63 thresholds = [ variable
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceTest.java | 110 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
|
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 306 JankClassificationThresholds thresholds, in SurfaceFrame() 757 JankClassificationThresholds thresholds) in FrameTimeline() 807 JankClassificationThresholds thresholds, in DisplayFrame()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | NetworkAgentInfo.java | 511 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 1093 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkAgentTest.kt | 514 val thresholds = intArrayOf(30, 50, 65) regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayModeDirector.java | 766 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local 780 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Phone.java | 4501 int signalStrengthMeasure, int[] thresholds, int ran, boolean isEnabled) { in setSignalStrengthReportingCriteria()
|