Wrap IMS related APIs in order to support replacing ImsManager. Bug: 140542283 Test: build pass Merged-In: I10aff50b6f3fc50b2f336ee320740f9f4a81e256 Change-Id: Ibc8c1c36fe031a3d845b99f878ef45ce5db7de28
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.