Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/
DDisplayBrightnessStrategySelector.java57 private boolean mAllowAutoBrightnessWhileDozing; field in DisplayBrightnessStrategySelector
157 mAllowAutoBrightnessWhileDozing = mAllowAutoBrightnessWhileDozingConfig; in DisplayBrightnessStrategySelector()
242 return mAllowAutoBrightnessWhileDozing; in isAllowAutoBrightnessWhileDozing()
270 " mAllowAutoBrightnessWhileDozing= " + mAllowAutoBrightnessWhileDozing); in dump()
282 mAllowAutoBrightnessWhileDozing = mAllowAutoBrightnessWhileDozingConfig; in setAllowAutoBrightnessWhileDozing()
286 mAllowAutoBrightnessWhileDozing &= displayOffloadSession.allowAutoBrightnessInDoze(); in setAllowAutoBrightnessWhileDozing()
301 mAllowAutoBrightnessWhileDozing, in isAutomaticBrightnessStrategyValid() local
318 mAllowAutoBrightnessWhileDozing, in constructStrategySelectionNotifyRequest()
340 && !mAllowAutoBrightnessWhileDozing in shouldUseDozeBrightnessStrategy()