Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/
DStrategySelectionNotifyRequest.java47 private final boolean mAllowAutoBrightnessWhileDozingConfig; field in StrategySelectionNotifyRequest
62 mAllowAutoBrightnessWhileDozingConfig = allowAutoBrightnessWhileDozingConfig; in StrategySelectionNotifyRequest()
82 && mAllowAutoBrightnessWhileDozingConfig in equals()
91 mAllowAutoBrightnessWhileDozingConfig, mIsAutoBrightnessEnabled); in hashCode()
111 return mAllowAutoBrightnessWhileDozingConfig; in isAllowAutoBrightnessWhileDozingConfig()
128 + " mAllowAutoBrightnessWhileDozingConfig=" + mAllowAutoBrightnessWhileDozingConfig in toString()
DDisplayBrightnessStrategySelector.java54 private final boolean mAllowAutoBrightnessWhileDozingConfig; field in DisplayBrightnessStrategySelector
155 mAllowAutoBrightnessWhileDozingConfig = context.getResources().getBoolean( in DisplayBrightnessStrategySelector()
157 mAllowAutoBrightnessWhileDozing = mAllowAutoBrightnessWhileDozingConfig; in DisplayBrightnessStrategySelector()
250 return mAllowAutoBrightnessWhileDozingConfig; in isAllowAutoBrightnessWhileDozingConfig()
268 + mAllowAutoBrightnessWhileDozingConfig); in dump()
282 mAllowAutoBrightnessWhileDozing = mAllowAutoBrightnessWhileDozingConfig; in setAllowAutoBrightnessWhileDozing()