This change shows Pie+x Wi-Fi icon in Wi-Fi Details for a connected Wi-Fi network which is not the default network when 1. It's connection speed quality is bad. or 2. It has certain internet connection problem. Bug: 163627176 Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiDetailPreferenceController2Test manual visual Change-Id: I1f102471426a55c7dabd9110afba20f802abedbe
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.