Only show the "additional info", which displays dream complications, when supported by the user selected dream. Test: make -j86 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.dream.DreamSettingsTest" Test: verified on device switching between different dreams Bug: 223860510 Fix: 223860510 Change-Id: I63872ea9ab9f42be47f8e2f7c3835b55056e6588
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.