The network name in sim status dialog is not the same as the one in the about page. This CL use the carrier text which is resolved in ServiceStateTracker as the network name, this keep the network name sync with the status bar and the summary of sim status in the about page. Bug: 31784938 Test: build & manual test Change-Id: Ia741baabaa98ae447dbedf9e28fd2fda222e6d2e
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.