Searched refs:isAutoBrightnessEnabled (Results 1 – 8 of 8) sorted by relevance
56 boolean isAutoBrightnessEnabled) { in StrategySelectionNotifyRequest() argument63 mIsAutoBrightnessEnabled = isAutoBrightnessEnabled; in StrategySelectionNotifyRequest()84 && mIsAutoBrightnessEnabled == other.isAutoBrightnessEnabled(); in equals()114 public boolean isAutoBrightnessEnabled() { in isAutoBrightnessEnabled() method in StrategySelectionNotifyRequest
118 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_AutoBrightnessDisabled()142 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsOff()166 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()190 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_BrightnessReasonIsOverride()216 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesAllow()243 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsOn()
128 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_AutoBrightnessDisabled()152 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsOff()176 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()200 assertFalse(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_BrightnessReasonIsOverride()226 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesAllow()253 assertTrue(mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()); in testAutoBrightnessState_DisplayIsOn()
160 public boolean isAutoBrightnessEnabled() { in isAutoBrightnessEnabled() method in AutomaticBrightnessStrategy170 if (isAutoBrightnessEnabled()) { in isAutoBrightnessValid()
114 strategySelectionNotifyRequest.isAutoBrightnessEnabled() && mIsEnabled in strategySelectionPostProcessor()
129 public boolean isAutoBrightnessEnabled() { in isAutoBrightnessEnabled() method in AutomaticBrightnessStrategy2
1418 final int autoBrightnessState = mAutomaticBrightnessStrategy.isAutoBrightnessEnabled() in updatePowerStateInternal()1434 if (mAutomaticBrightnessStrategy.isAutoBrightnessEnabled()) { in updatePowerStateInternal()1504 && mAutomaticBrightnessStrategy.isAutoBrightnessEnabled() in updatePowerStateInternal()1704 wasShortTermModelActive, mAutomaticBrightnessStrategy.isAutoBrightnessEnabled(), in updatePowerStateInternal()
11059 …android/server/display/brightness/strategy/AutomaticBrightnessStrategy;->isAutoBrightnessEnabled()Z