Root cause: Portrait mode does not always respect the sw600dp qualifier and instead uses the phone (default) resources. Solution: Using the product to customize the tablet and phone cases is better way than using the configuration qualifier. Bug: 269130587 Test: Manual testing Change-Id: I90cc44f1e9bccf8950a4d89f70119ba5e3c0bfdc
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.