- when launching the app info page and no network template is defined in the launch arguments, use the correct default data subscription id to check whether mobile network template should be used or not. Change-Id: If9341abf3416c775a2b7407c1d6d0b33f4aad67f Fixes: 120098637 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.