Instead of directly stop audio sharing, clicking on media devices will lead to different sharing dialogs based on different scenarios. The scenarios are align to cases when a new device is connected. Test: atest Bug: 305620450 Fix: 327259953 Change-Id: Ibb591cb1a59f31c8f0be4f3e72e45378b17e3809
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.