When click "Add network" to add a new network, user may ignore the "Hidden network" item, which is in "Advanced options". That will cause the added hidden network can not be connected. To improve it, move the "Hidden network" from last one to be first one. Bug: 135281908 Test: Check if the hidden setting spinner is the first one item in Advanced options. Change-Id: I0f90a6b2992b38ccae461c07d6b13cda0ca9d2b2
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.