Hide SIM settings UI based on configuraion. Bug: 240515161 Test: test cases and local testing Merged-In: If1df99a79e51125d03f534cdfc9408b01c61024f Change-Id: I13ae0909d0120039cdfe8298a6892195de2fb122
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.