Home
last modified time | relevance | path

Searched refs:setAutoBrightnessEnabled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DHighBrightnessModeControllerTest.java143 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testNoHbmData_Enabled()
160 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_NoLux()
168 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_LowLux()
177 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_HighLux()
186 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_HighLux_ThenDisable()
188 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_DISABLED); in testAutoBrightnessEnabled_HighLux_ThenDisable()
197 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testWithinHighRange_thenOverTime_thenEarnBackTime()
229 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testInHBM_ThenLowLux()
253 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testInHBM_TestMultipleEvents_DueToAutoBrightness()
282 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_ENABLED); in testInHBM_TestMultipleEvents_DueToLux()
[all …]
DDisplayPowerControllerTest.java995 .setAutoBrightnessEnabled(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_DisplayIsOn()
1021 .setAutoBrightnessEnabled(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_DisplayIsInDoze()
1051 .setAutoBrightnessEnabled(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessEnabled_DisplayIsInDoze_OffloadAllows()
1074 .setAutoBrightnessEnabled(AutomaticBrightnessController.AUTO_BRIGHTNESS_DISABLED); in testAutoBrightnessDisabled_ManualBrightnessMode()
1096 verify(mHolder.hbmController).setAutoBrightnessEnabled( in testAutoBrightnessDisabled_DisplayIsOff()
1122 verify(mHolder.hbmController).setAutoBrightnessEnabled( in testAutoBrightnessDisabled_DisplayIsInDoze_ConfigDoesNotAllow()
1152 verify(mHolder.hbmController).setAutoBrightnessEnabled( in testAutoBrightnessDisabled_DisplayIsInDoze_OffloadDoesNotAllow()
1179 .setAutoBrightnessEnabled(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED); in testAutoBrightnessDisabled_FollowerDisplay()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessRangeController.java114 void setAutoBrightnessEnabled(int state) { in setAutoBrightnessEnabled() method in BrightnessRangeController
117 () -> mHbmController.setAutoBrightnessEnabled(state) in setAutoBrightnessEnabled()
DHighBrightnessModeController.java151 void setAutoBrightnessEnabled(int state) { in setAutoBrightnessEnabled() method in HighBrightnessModeController
DDisplayPowerController.java1424 mBrightnessRangeController.setAutoBrightnessEnabled(autoBrightnessState); in updatePowerStateInternal()
/frameworks/base/services/
Dart-wear-profile10034 PLcom/android/server/display/BrightnessRangeController;->lambda$setAutoBrightnessEnabled$4(I)Z
10035 PLcom/android/server/display/BrightnessRangeController;->lambda$setAutoBrightnessEnabled$5(I)V
10037 PLcom/android/server/display/BrightnessRangeController;->setAutoBrightnessEnabled(I)V
10636 PLcom/android/server/display/HighBrightnessModeController;->setAutoBrightnessEnabled(I)V