Home
last modified time | relevance | path

Searched refs:mAmbientBrightnessThresholds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DAutomaticBrightnessControllerTest.java97 @Mock HysteresisLevels mAmbientBrightnessThresholds; field in AutomaticBrightnessControllerTest
176 mAmbientBrightnessThresholds, mScreenBrightnessThresholds, in setupController()
212 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux1)) in testNoHysteresisAtMinBrightness()
214 when(mAmbientBrightnessThresholds.getDarkeningThreshold(lux1)) in testNoHysteresisAtMinBrightness()
232 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux2)) in testNoHysteresisAtMinBrightness()
234 when(mAmbientBrightnessThresholds.getDarkeningThreshold(lux2)) in testNoHysteresisAtMinBrightness()
255 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux1)) in testNoHysteresisAtMaxBrightness()
257 when(mAmbientBrightnessThresholds.getDarkeningThreshold(lux1)) in testNoHysteresisAtMaxBrightness()
276 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux2)) in testNoHysteresisAtMaxBrightness()
278 when(mAmbientBrightnessThresholds.getDarkeningThreshold(lux2)) in testNoHysteresisAtMaxBrightness()
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java166 private final HysteresisLevels mAmbientBrightnessThresholds; field in AutomaticBrightnessController
347 mAmbientBrightnessThresholds = ambientBrightnessThresholds; in AutomaticBrightnessController()
651 pw.println(" mAmbientBrightnessThresholds=" + mAmbientBrightnessThresholds); in dump()
764 mAmbientBrightnessThresholds.getBrighteningThreshold(lux); in setAmbientLux()
766 mAmbientBrightnessThresholds.getDarkeningThreshold(lux); in setAmbientLux()