Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2Test.java119 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_AutoBrightnessDisabled()
143 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsOff()
167 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()
191 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_BrightnessReasonIsOverride()
217 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesAllow()
244 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsOn()
DAutomaticBrightnessStrategyTest.java129 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_AutoBrightnessDisabled()
153 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsOff()
177 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()
201 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_BrightnessReasonIsOverride()
227 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesAllow()
254 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff()); in testAutoBrightnessState_DisplayIsOn()
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2.java133 public boolean isAutoBrightnessDisabledDueToDisplayOff() { in isAutoBrightnessDisabledDueToDisplayOff() method in AutomaticBrightnessStrategy2
DAutomaticBrightnessStrategy.java187 public boolean isAutoBrightnessDisabledDueToDisplayOff() { in isAutoBrightnessDisabledDueToDisplayOff() method in AutomaticBrightnessStrategy
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java1420 : mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff() in updatePowerStateInternal()
/frameworks/base/services/
Dart-wear-profile11058 …isplay/brightness/strategy/AutomaticBrightnessStrategy;->isAutoBrightnessDisabledDueToDisplayOff()Z