Makes it clear that when a network is disconnected, the randomized MAC address shown is the last used one. (ie. it could change in the next connection depending on whether enhanced MAC randomization is active) Bug: 170166681 Test: Manually verified that the new text is shown for disconnected networks. Change-Id: I4aec47b2de68c077e6fdc7efa96d39e6666d4c86
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.