When phone is in ECM mode and Cdma preference is clicked, it should first pop up ECM exit dialog. If user click yes, then it should launch normal dialog. This CL create a Cdma preference to stop launch normal dialog when in ECM mode. Bug: 114749736 Test: RunSettingsRoboTests Change-Id: Iba887d9fc49770b21cf0421ecc0120d63da43ef9
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.