Use this callback to communicate with framework wifi api. Will get candidates wifi ap list and related callback to select which wifi ap wanted to use, and related operated result status. Bug: 117399926 Test: RunSettingsRoboTests Change-Id: Ic8ee678c06f21050761ebb58dc0fe50bc5732e53
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.