We should set the same theme which applied in Settings APP to the NetworkRequestDialog Bug: 139294487 Test: check if the right theme is applied when launching this activity. Change-Id: Iefdfd5b810f5cf22c220830e1ee965113a439a3e Merged-In: Iefdfd5b810f5cf22c220830e1ee965113a439a3e
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.