- register the advanced button expand listener and add the metrics log when it is clicked. Fixes: 70930626 Test: make RunSettingsRoboTests Change-Id: Ife4af4bd4a0a8534cf9ba63949660a810b09446a
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.