Doing this will open the correct screen when clicking on "Shortcuts" under Settings > Display > Lock screen. Fix: 258471384 Test: manually verified that clicking on it opens the wallpaper picker experience with the correct page showing. Change-Id: I627bcb9c9fac7a834f1c9d9cb36b73a6c8817af5
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.