Rename it to ApnPreferenceController since it support both Gsm and Cdma. Also add check for Gsm sim card. Bug: 118402844 Test: RunSettingsRoboTests Change-Id: Iafe111bfdc8f8e7d91d104df652ae9b27c9b166f
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.