The default value for this setting if it doesn't exist is 1. Test: Robotest PowerMenuPrivacyPreferenceControllerTest Fixes: 155877682 Change-Id: I9025ea9c4f67492220f9ed67e11a167a65a99ec7
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.