AdvancedConnectedDeviceDashboardFragment is the same as ConnectedDeviceDashboardFagment except for: 1. Bt preference is not MasterSwitchPreference anymore. 2. New Bluetooth file preference. This cl copies following files: 1. connected_devices_advanced(from *_old) 2. Advanced*Fragment(from *Old) 3. Advanced*Test(from old test) Future cl will work on differences. Bug: 69333961 Test: RunSettingsRoboTests Change-Id: I4a7cb7225482fb8919af95bc5586e3bf0a80b1cb
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.