adds an authentication confirmation before deleting an eSim this feature is turned on/off in the security page Bug: 138861284 Test: mp settingsg Change-Id: I32e0e3bff2091ec1097b3c37fa066d966e3373df
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.