This allows the removal of a MediaRouter2Manager reference in SettingsLib. Eventually, the inlined methods should be replaced with an appropriate long-term alternative through SettingsLib. This is a non-functional change. Bug: 192657812 Test: Presubmit Change-Id: I9f5dd6720fd95389335fec9e0689a40d88d30d46
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.