Use KEY_ENABLE_PRESENCE_CAPABILITY_EXCHANGE_BOOL instead of KEY_USE_RCS_PRESENCE_BOOL Bug: 173828080 Test: build pass Change-Id: I384686bd073a00341f4e552b71b24798619502fa
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.