The section only show at most 3 devices. If the device list size is greater than 3, we will show a "See all". The device Preference is ordered. FastPairDeviceUpdater will handle the order logic. Bug: 296507968 Test: FastPairDevicePreferenceControllerTest Change-Id: I9692d5740dbc31ff50db0ebbf2c5535b726277c9
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.