1. Show up to 3 devices in main page 2. Add "See all" preference to go ot detail page Bug: 116350449 Test: Screenshot && RunSettingsRoboTests Change-Id: Iee0de8a2b7f2543e946a117ba2d9ca9dde6c8678
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.