We only want to show this when a user is manually adding a network. This CL hides it when the user is adding a network from the detected wifi list. Test: robotests Bug: 78436456 Change-Id: I81d738267d4cb21d6b7722ec619faaf8ef1fc965
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.