Use new metric, PANEL_ADD_WIFI_NETWORKS, for proto upload log use. For R feature: Add a mechanism for apps to add saved networks to the device, need to apply new metrics category. Bug: 144891278 Test: Add following test case for testing metric: getMetricsCategory_shouldReturnPanelAddWifiNetworks() Change-Id: I7cde8057c5f2b01c951b1de4203ab1c1a2f0f40a
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.