Starts to listen for provisioning changes in Wi-Fi Calling screen and closes the screen if the Wi-Fi Calling provisioning status changes to disallow. This prevents the Wi-Fi Calling screen from being kept open if the Wi-Fi Calling provisioning status is changed to disallow while the Wi-Fi Calling screen is open. Bug: 119389855 Test: make RunSettingsRoboTests \ ROBOTEST_FILTER=WifiCallingSettingsForSubTest Change-Id: I2af91c3734274f0aea942a8bb894d6f4ce295354
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.