For saved networks that do not have a MAC address available in their WifiConfiguration such as Passpoint networks, the MAC address will be the default value of 20:00:00:00:00:00. In this case, display "Not Available" as the summary of the MAC address preference. Bug: 137282522 Test: atest WifiDetailPreferenceControllerTest && manual - open saved passpoint network details while disconnected but in range and observe MAC address preference. Change-Id: Ie9010b0430726de8105852ae2afe10047dcc3676
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.