History log of /frameworks/base/services/tests/servicestests/src/com/android/server/display/PersistentDataStoreTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ae08d0ca6ed7af8828e43a06f65d58e2dcf7c83 22-Jan-2018 Kenny Guy <kennyguy@google.com> Accept null brightness configs.

Use null brightness config as reverting
to OEM supplied curve.

Test: atest PersistentDataStoreTest
Bug: 72083823
Change-Id: Ibb0cd70c07035e85a5512b831b5bf6bcec0c5993
/frameworks/base/services/tests/servicestests/src/com/android/server/display/PersistentDataStoreTest.java
05ce809b82b3846516560b0232691d08389898f2 17-Jan-2018 Kenny Guy <kennyguy@google.com> Add more brightness config details to dumpsys

Allow client to add a description to a brightness
config and dump to dumpsys
Dump time and package name of system app that
set the last brightness config.

Bug: 71854421
Test: atest PersistentDataStoreTest
Test: manaual - check adb shell dumpsys display
Change-Id: I5ff0c0d3a4c5e30c9d4aa7eea850c7174ee20450
/frameworks/base/services/tests/servicestests/src/com/android/server/display/PersistentDataStoreTest.java
eef0e13f018f33bf3db2f8311bbb429369e13394 21-Nov-2017 Michael Wright <michaelwr@google.com> Add an API for setting a new brightness curve.

In addition, this also provides multiple strategies for mapping from
ambient room brightness in lux to display brightness. The default one is
the classic strategy, where we map directly from lux to backlight
brightness in an arbitrary unit. The newer and preferred strategy is to
use the physical brightness of the display, but requires that the
brightness properties of the display are appropriately configured.

Bug: 69406783
Test: atest com.android.server.display.BrightnessMappingStrategyTest &&
atest android.hardware.display.BrightnessConfigurationTest &&
atest android.hardware.display.PersistentDataStoreTeset

Change-Id: I60227bdb6c299d0fa92686cbf3e5994b336a3a79
/frameworks/base/services/tests/servicestests/src/com/android/server/display/PersistentDataStoreTest.java