Change Availability Status to UNSUPPORTED_ON_DEVICE when device doesn't support VoWiFi. Change-Id: I8ac501cf7442f1cd7d41f61d2db912d82a9e8c25 Fixes: 120806624 Test: manual and robotests
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.