Bluetooth fragment was manually setting intent information, which meant that the result didn't fire an intent properly. This type of regression or mistake will be caught in the fix for b/77921040. Change-Id: I49f87f40acbfc3f74ea2e97835f2644d443169e2 Fixes: 80317645 Test: robotests
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.