If there is no active subscription and esim is unsupported, disable this preference. Bug: 129143739 Test: RunSettingsRoboTests Change-Id: I5f8b0d95df8764a3a505aae5e26df42e9412c021
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.