Searched defs:thresholds (Results 1 – 11 of 11) sorted by relevance
| /frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
| D | DisplayModeDirectorTest.java | 1579 String thresholds = toPropertyValue(brightnessThresholds); in setLowDisplayBrightnessThresholds() local 1592 String thresholds = toPropertyValue(ambientThresholds); in setLowAmbientBrightnessThresholds() local 1611 String thresholds = toPropertyValue(brightnessThresholds); in setHighDisplayBrightnessThresholds() local 1624 String thresholds = toPropertyValue(ambientThresholds); in setHighAmbientBrightnessThresholds() local
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | SignalThresholdInfo.java | 308 @NonNull int[] thresholds, boolean isEnabled) { in SignalThresholdInfo()
|
| D | CellSignalStrengthNr.java | 454 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
|
| D | CellSignalStrengthLte.java | 383 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
|
| /frameworks/base/core/java/android/window/ |
| D | SizeConfigurationBuckets.java | 135 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | SignalThresholdInfoTest.java | 284 int[] thresholds) { in buildWithInvalidParameterThrowException()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
| D | ThermalManagerServiceTest.java | 110 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
|
| /frameworks/native/services/surfaceflinger/FrameTimeline/ |
| D | FrameTimeline.cpp | 306 JankClassificationThresholds thresholds, in SurfaceFrame() 757 JankClassificationThresholds thresholds) in FrameTimeline() 807 JankClassificationThresholds thresholds, in DisplayFrame()
|
| /frameworks/base/services/core/java/com/android/server/power/ |
| D | ThermalManagerService.java | 1093 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
|
| /frameworks/base/services/core/java/com/android/server/display/ |
| D | DisplayModeDirector.java | 747 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local 761 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | Phone.java | 4501 int signalStrengthMeasure, int[] thresholds, int ran, boolean isEnabled) { in setSignalStrengthReportingCriteria()
|