- Use current SoftApConfiguration to build new SoftApConfiguration to keep unchanged properties Bug: 279717060 Test: manual test atest -c WifiTetherSettingsTest Change-Id: I3ee7960b13b339445cc79c3d440f5c56c78c015f
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.