Audio streams for phone calls in BT device (STREAM_VOICE_CALL) is not supported in AudioManager.getStreamMinVolume(), fallback to use STREAM_VOICE_CALL Fixes: 133812547 Test: make RunSettingsRoboTests Change-Id: I8e330f60bae2a7cf9cd0cf7288076b8320ccc504
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.