Instead of getSsidStr(), AccessPoint display names should use getTitle() to accomodate Passpoint networks which use a provider name instead of a single ssid. This change allows the provider name to be displayed in the network details page, the long press wifi dialog, and the config editing dialog. Bug: 118705403 Test: atest WifiSettingsTest Change-Id: I930d6218c7e464ad20c0c61130e0cb9ce315d9a2
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.