Searched refs:mScreenBrightnessThresholds (Results 1 – 2 of 2) sorted by relevance
70 @Mock HysteresisLevels mScreenBrightnessThresholds; field in AutomaticBrightnessControllerTest107 mAmbientBrightnessThresholds, mScreenBrightnessThresholds, mLogicalDisplay, in setupController()148 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMinBrightness()194 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMaxBrightness()
130 private final HysteresisLevels mScreenBrightnessThresholds; field in AutomaticBrightnessController261 mScreenBrightnessThresholds = screenBrightnessThresholds; in AutomaticBrightnessController()481 mScreenBrightnessThresholds.dump(pw); in dump()778 mScreenBrightnessThresholds.getBrighteningThreshold(newScreenAutoBrightness)); in updateAutoBrightness()780 mScreenBrightnessThresholds.getDarkeningThreshold(newScreenAutoBrightness)); in updateAutoBrightness()