Static assets in Apps > App Info > Advanced > Aspect ratio Animation in Apps > Aspect ratio Bug: 293138315 Test: Manual Change-Id: Ia0d5e9ab3435b395284701a2d915c9cb454593c0
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.