The emergency calls might not work properly via wifi calling, especially in areas with no 2G/3G coverage. Display the disclaimer for the this limitation when a user enabled the wifi calling setting. Test: manual - Checked that the disclaimer for emergency call limitation is shown when changing wifi calling setting to turned on. Test: auto - Passed EmergencyCallLimitationDisclaimerTest. Bug: 68115846 Change-Id: I881d479c1e02525ac614c66594637a5e0347d70c Merged-In: I881d479c1e02525ac614c66594637a5e0347d70c
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.