Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/window/
DSizeConfigurationBucketsTest.java109 final int[] thresholds = new int[] { 360, 600 }; in testCrossesSizeThreshold() local
359 private void checkCrossesSizeThreshold(int[] thresholds, int oldValue, int newValue, in checkCrossesSizeThreshold()
/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java308 @NonNull int[] thresholds, boolean isEnabled) { in SignalThresholdInfo()
DCellSignalStrengthNr.java437 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
DCellSignalStrengthLte.java364 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
/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/display/
DDisplayModeDirectorTest.java2196 String thresholds = toPropertyValue(brightnessThresholds); in setLowDisplayBrightnessThresholds() local
2209 String thresholds = toPropertyValue(ambientThresholds); in setLowAmbientBrightnessThresholds() local
2234 String thresholds = toPropertyValue(brightnessThresholds); in setHighDisplayBrightnessThresholds() local
2247 String thresholds = toPropertyValue(ambientThresholds); in setHighAmbientBrightnessThresholds() local
/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java224 public static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java111 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp306 JankClassificationThresholds thresholds, in SurfaceFrame()
764 JankClassificationThresholds thresholds, bool useBootTimeClock) in FrameTimeline()
815 JankClassificationThresholds thresholds, in DisplayFrame()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt90 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() constant in CallbackEntry.OnSignalStrengthThresholdsUpdated
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java991 int measurementType, @NonNull int[] thresholds, int ran, boolean isEnabled) { in createSignalThresholdsInfo()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1097 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2512 private Pair<float[], float[]> getBrightnessLevelAndPercentage(BrightnessThresholds thresholds, in getBrightnessLevelAndPercentage()
2524 private Pair<float[], float[]> getBrightnessLevelAndPercentage(BrightnessThresholds thresholds, in getBrightnessLevelAndPercentage()
DDisplayModeDirector.java807 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local
821 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local