The developer setting for aggressive wifi to mobile data handover is no longer used by the framework, so it should not appear in the settings UI. Bug: 72063774 Test: m RunSettingsRoboTests -j40 Test: Manually check developer options, make sure aggressive handover is gone Change-Id: Id54c714fc82fb27abc0b4116f2b82be68cc6d151
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.