Using "show_4g_for_lte_data_icon_bool" to control VoLTE toggle names, making sure strings can be correspond to the icon. Bug: 128325427 Test: Use commands to override carrier config to observe the UI as expected. Test: atest pass. Change-Id: I41dd28eb2c14d385a8396c551bf5ef2cf9258997
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.