1. Add RemoteVolumePreferenceController to control volume through MediaSessions. 2. Add related preference to skip calling AudioManager. Bug: 126199571 Test: RunSettingsRoboTests Change-Id: I9cb85ccf5f49be6d127cb61caf445b2ee7dfb579
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.