Evan Laird 8a1707e021 Fix DozeConfigurationTest
Settings.Secure.putString() was failing to remove the setting for
config_dozeAlwaysOnEnabled, so the test would only pass if the default
setting matched what was currently set on the device.

The fix seems to be to use
Settings.Secure.putStringForUser(UserHandle.USER_CURRENT), because
systemui tests are now running as the system

Test: atest com.android.systemui.doze.DozeConfigurationTest#alwaysOn_followsConfigByDefault
Change-Id: I482e1b72b4a3567d5448ded0aa110f2e3e05c515
2018-10-05 13:16:50 -04:00
2018-10-03 10:39:49 -07:00
2018-10-01 23:08:23 -07:00
2018-10-05 13:16:50 -04:00
2018-08-02 14:46:03 +01:00
2018-10-03 20:56:06 +00:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%