- Remove the eSIM/pSIM category and separators - Add pSIM/eSIM icon for SIMs Screenshot: https://hsv.googleplex.com/5263071317590016 Bug: 261810065 Test: atest NetworkProviderSimListControllerTest Change-Id: If4b8659c377698e682093e1508699bfc96855b29
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.