Since the structure of Telephony is changed, some of Telephony related PreferenceController cannot be converted to slices smoothly whether devices have mobile data or not. So we decided to make them un-sliceable. Bug: 155846002 Test: robotests, manual 1. Settings -> Settings search -> search for roaming 2. Check that roaming result has no toggle widget. Change-Id: I7cba8f6a750d9780a59411942665f68dac61248c
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.