Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverPolicyTest.java168 testServiceDefaultValue_On(ServiceType.NIGHT_MODE); in testGetBatterySaverPolicy_PolicyNightMode_DefaultValueCorrect()
259 ServiceType.NIGHT_MODE); in verifyBatterySaverConstantsUpdated()
328 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Full()
336 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Full()
343 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Full()
357 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Adaptive()
365 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Adaptive()
372 ServiceType.NIGHT_MODE).batterySaverEnabled); in testAutomotiveProjectionChanges_Adaptive()
/aosp14/frameworks/base/core/java/android/os/
H A DPowerManager.java985 ServiceType.NIGHT_MODE,
1024 int NIGHT_MODE = 16; field
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverPolicy.java990 case ServiceType.NIGHT_MODE: in getBatterySaverPolicy()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java532 mLocalPowerManager.getLowPowerState(ServiceType.NIGHT_MODE) in initPowerSave()
534 mLocalPowerManager.registerLowPowerModeObserver(ServiceType.NIGHT_MODE, state -> { in initPowerSave()