commit | 2bcdbe0bce0d01be9f57b58fd4dbfbf17683a2fb | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Mon Aug 06 17:45:35 2018 -0400 |
committer | Evan Laird <evanlaird@google.com> | Mon Aug 06 17:48:51 2018 -0400 |
tree | d3f07aa53e36d07d37da61cb1a3735e54ec98a15 | |
parent | c0ba1b5fe6b1ad80626649c64850c9d87d5046cd [diff] |
Remove test for battery percent paint being equal to bolt paint BatteryMeterView used to draw both the charging bolt and the powersave '+' symbol as the same color. However the plus sign is drawn as colorError now, so the test isn't needed anymore. Test: runtest -x packages/SettingsLib/tests/integ/src/com/android/settingslib/graph/BatteryMeterDrawableBaseTest.java Change-Id: I014fbc65d96bed727e880ac492913c2e5d50f405 Fixes: 112205156