Controller is always UNSUPPORTED_ON_DEVICE. Test: atest com.android.settings.notification.RingVolumePreferenceControllerTest Bug: 300157932 Bug: 302295368 Change-Id: I9f0a453d2966e68e34e381ed1b1a0a01e1e65e23
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.