IMEI information will be overrided by getSummary() and cause second slot IMEI is oerrided by first slot. Avoid IMEI is override by first slot information. Bug: 131124169 Test: Test with dual SIM device and atest ImeiInfoPreferenceControllerTest, ImeiInfoDialogControllerTest pass Change-Id: Ia0a028aa0103867f42fff610129cf7ce2d3910b7
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.