- Improve the UX from 2 different preference column to 3 radio button, make the restriction state more easy to control and recognize Screenshot: https://screenshot.googleplex.com/4nCBnF5FzwePqrL.png Bug: 178197718 Test: make SettingsRoboTests Change-Id: Ic354ac91e5496c0e44c5b44142627ac8a090e30f
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.