The maximum displayable row count in current design is 3. i.e., There are 1 header and 3 rows in a Slice when the number of Bluetooth device exceeds 3. Change-Id: Ie585617da0665dde4cbe1ab60a2693e3e1199c27 Fixes: 121308955 Bug: 114807655 Test: visual, 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.