Uses a listener on wallpaper manager to get the wallpaper colors for fallback home. When the colors are ready it can correctly set the system ui flags. Change-Id: I7119c0f035245539cb69bec1ccccecef64d3aff5 Fixes: 79776583 Test: reboot phone, unlock with pin/pattern with light them wallpaper Test: make RunSettingsRoboTests ROBOTEST_FILTER=FallbackHomeActivityTest
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.