Searched refs:isAutoBrightnessDisabledDueToDisplayOff (Results 1 – 6 of 6) sorted by relevance
119 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()
129 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()
133 public boolean isAutoBrightnessDisabledDueToDisplayOff() { in isAutoBrightnessDisabledDueToDisplayOff() method in AutomaticBrightnessStrategy2
187 public boolean isAutoBrightnessDisabledDueToDisplayOff() { in isAutoBrightnessDisabledDueToDisplayOff() method in AutomaticBrightnessStrategy
1420 : mAutomaticBrightnessStrategy.isAutoBrightnessDisabledDueToDisplayOff() in updatePowerStateInternal()
11058 …isplay/brightness/strategy/AutomaticBrightnessStrategy;->isAutoBrightnessDisabledDueToDisplayOff()Z