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