With UX flow change, clicking "View more devices" button will redirect to connected devices page rather than connected device pairing page. Bug: 321840161 Test: atest ViewAllBluetoothDevicesPreferenceControllerTest Change-Id: Icfc03a463e2aaaf3db3c75524c112028b1fd6655
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.