Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DDisplayModeDirectorTest.java1579 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/
DSignalThresholdInfo.java308 @NonNull int[] thresholds, boolean isEnabled) { in SignalThresholdInfo()
DCellSignalStrengthNr.java454 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
DCellSignalStrengthLte.java383 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java135 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalThresholdInfoTest.java284 int[] thresholds) { in buildWithInvalidParameterThrowException()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java110 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp306 JankClassificationThresholds thresholds, in SurfaceFrame()
757 JankClassificationThresholds thresholds) in FrameTimeline()
807 JankClassificationThresholds thresholds, in DisplayFrame()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1093 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java747 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/
DPhone.java4501 int signalStrengthMeasure, int[] thresholds, int ran, boolean isEnabled) { in setSignalStrengthReportingCriteria()