- create xml layout files for dialog - create some new strings - create new FirmwareVersionPreferenceControllerV2 - create a new dialog fragment for firmware version Bug: 36458278 Test: make RunSettingsRoboTests -j40 Change-Id: Icc567ff6aa1eedc1ab02c20e0d22529457c33466
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.