Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController.java723 if (mAutomaticBrightnessController == null) { in getDefaultBrightnessConfiguration()
783 if (mAutomaticBrightnessController != null) { in stop()
784 mAutomaticBrightnessController.stop(); in stop()
931 if (mAutomaticBrightnessController != null) { in setUpAutoBrightness()
932 mAutomaticBrightnessController.stop(); in setUpAutoBrightness()
1209 if (mAutomaticBrightnessController != null) { in updatePowerState()
2039 if (mAutomaticBrightnessController != null) { in handleSettingsChange()
2144 && mAutomaticBrightnessController != null) { in notifyBrightnessChanged()
2329 if (mAutomaticBrightnessController != null) { in dumpLocal()
2330 mAutomaticBrightnessController.dump(pw); in dumpLocal()
[all …]