Home
last modified time | relevance | path

Searched refs:AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2Test.java136 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsOff()
160 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()
DAutomaticBrightnessStrategyTest.java146 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsOff()
170 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2.java122 ? AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE in setAutoBrightnessState()
DAutomaticBrightnessStrategy.java148 ? AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE in setAutoBrightnessState()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DHighBrightnessModeControllerTest.java25 … com.android.server.display.AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE;
664 hbmc.setAutoBrightnessEnabled(AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE); in testHbmStats_DisplayOff()
DDisplayPowerControllerTest.java1090 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessDisabled_DisplayIsOff()
1097 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE); in testAutoBrightnessDisabled_DisplayIsOff()
1116 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessDisabled_DisplayIsInDoze_ConfigDoesNotAllow()
1123 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE); in testAutoBrightnessDisabled_DisplayIsInDoze_ConfigDoesNotAllow()
1146 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessDisabled_DisplayIsInDoze_OffloadDoesNotAllow()
1153 AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE); in testAutoBrightnessDisabled_DisplayIsInDoze_OffloadDoesNotAllow()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java77 public static final int AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE = 3; field in AutomaticBrightnessController
671 case AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE: in configStateToString()
DHighBrightnessModeController.java154 state == AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE; in setAutoBrightnessEnabled()
DDisplayPowerController.java1421 ? AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE in updatePowerStateInternal()