- when launching wifi data usage, need to explicitly set the network type to wifi. Otherwise, the data usage list will try to show data for the default mobile data usage. Change-Id: I819538d2c53664635bc1c2a721d6d7f6799c6123 Fixes: 123205630 Test: make RunSettingsRoboTests
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.