This change will show work apps and personal apps together in the recent apps settings page, sorted by decreasing last usage time. Test: see both work and personal apps in the recent apps page in the correct order. Fix: 146921442 Change-Id: I174a556010529bc39c085cc006722bc2947535bd
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.