Preferred network list add 5G item, and change "recommended" from 4G to 5G, and add summary for 5G. Bug: 138544359 Test: 1.fake the device network type bitmask to 5G, UI show 5G list 2.atest EnabledNetworkModePreferenceControllerTest.java :pass Change-Id: I4a78e2e7fbb067ce841df4aaf1d5161607fdcf90
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.