-To handle getActiveLocalMediaController() in a background thread -To update test cases for waiting LocalMediaManager initial in background thread Bug: 157522889 Test: make -j42 RunSettingsRoboTests Change-Id: I27cd282a89ac9cfb6a098843f7282d5b94d98402
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.